body {
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	font-size: 14px !important;
}

.main {
	width: 100%;
    height:calc(100% - 50px);
    border-collapse:collapse;
    display: table;
}


.main_container{
	padding: 5px;
	margin: 150px auto 0;
}

.login_container{
	background-color: #fff;
	max-width: 506px;
	height: 364px;
	margin: 0 auto;
	border-radius : 10px;
}

.img_circle_bg{
	display:block;
	width: 94px;
	height: 94px;
	position: relative;
	text-align: center;
	border-radius: 48px;
	top: -47px;
	left: calc(50% - 47px);
	background-color: var(--primary-color);
}

.img_circle_bg img{
	margin-top: 20px;
}

.login_form_container{
	position:relative;
	top: -47px;
	max-width: 478px;
	margin: 0 auto;	
	padding: 5px 20px 5px 20px;

}

form .form-group {
	margin-bottom: 25px;
}

form .form-group:last-of-type {
	margin-bottom: 0px;
}

.form-group label {
	font-size: 13px;
	font-family: "Helvetica Neue Bold" !important;
	font-weight: normal;
}


.has-error, .has-error:focus  {
	box-shadow: 0px 0px 0px 2px #c0392b !important;
}

.error_form {
	color:#c0392b;
	display:none;
}

input::placeholder {
   opacity: 0.7;
}

input[type="password"]:not(:placeholder-shown) {
	font-family: caption;
}

input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
	display: none;
}

.icon_circle_bg{
	border-radius : 30px;
	color: #fff;
	height: 34px;
	left:3px;
	padding:12px 9px;
	position:relative;
	top:-37px;
	margin-bottom:-37px;
	width : 34px;
}

.icon_circle_bg .fas {
	position: relative;
	top: -6px;
	left: 2px;
}

.form_password {
	margin-bottom: 0px !important;
}

.forgot_password{
	margin-bottom: 30px;
}
.forgot_password a{
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
	color: var(--accent-color);
}






.version {
	color: #FFFFFF;
	opacity: 0.5;
	font-size: 13px;
	text-align: center;
}






@media screen and (max-width: 768px) {
	
	.main_container {
    	margin: 70px auto 0;
	}
	
}



