body {
    background: #001832 url("../../Images/log_bg.jpg") repeat!important;
    font-size: 13px!important;
}
* {
	font-family: 'Raleway', sans-serif;
	color : #FFF;
}

btn {
    font-size: 13px!important;
}
/*.form-group {
    margin-bottom: 10px!important;
}*/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

div h3 span {
	color : #FFF;
	font-size: 14px;
}
div span {
	font-weight: 200;
	margin: 0 0 0 15px;
	color: #000000;
	font-size: 14px;
}
h1 {
	font-weight: 200;
}
.login_box {
	background: rgba(35,132,227,0.4);
	width: 40%;
	border-radius: 5px;
	margin: 70px auto;
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
}

@media (max-width: 767px) {
.login_box {
	background: rgba(35,132,227,0.4);
	width: 90%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 5%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.54);
}
}
.image-circle {
	margin: 20px 0 0 0;
}
.follow {
	background-color: #FC563B;
	height: 80px;
	cursor: pointer;
}
.follow:hover {
	background-color: #F22F26;
	height: 80px;
	cursor: pointer;
}
.login_control {
	background-color: #FFF;
	padding: 25px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.control {
	color: #000;
	margin: 10px;
}
.label {
	color: #0074ff;
	font-size: 15px;
	font-weight: 500;
}
.form-control {
	color: #000000 !important;
	border: none;
	border-bottom: 1px solid #CCC;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0px 0 0 8px;
	border-radius: 0;
	padding: 3px 3px;
}
.form-control:focus {
	border-radius: 0px;
	border-bottom: 1px solid #0074ff;
	margin-bottom: 10px;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-orange {
	background-color: #2065aa;
	margin: 10px 0 10px 0;
	padding: 7px 20px;
	font-size: 13px;
}
.btn-orange:hover {
	background-color: #2c78c4;
	margin: 10px 0 10px 0;
	padding: 7px 20px;
	font-size: 13px;
	cursor: pointer;
	color:#eee;
}
.login-help a {
	font-size: 12px;
}
.line {
	border-bottom : 2px solid #F32D27;
}
.alert.alert-with-icon {
	padding-left: 65px;
}
.alert-info {
	background: #e3f7fc url('../images/notice.png') no-repeat 10px 50%;
	border: 1px solid #8ed9f6;
}
.alert-success {
	background: #e9ffd9 url('../images/success.png') no-repeat 10px 50%;
	border: 1px solid #a6ca8a;
}
.alert-warning {
	background: #fff8c4 url('../images/warning.png') no-repeat 10px 50%;
	border: 1px solid #f2c779;
}
.alert-danger {
	background: #ffecec url('../../images/error.png') no-repeat 10px 50%;
	border: 1px solid #f5aca6;
	margin: 10px 0 10px 0;
	padding: 5px 15px 5px 15px;
}
.loghed {
	margin: 0px 0 25px 0;
	font-size: 30px;
}

