body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	color: #474747; 
	font-size: 16px;
	background-image: linear-gradient(to right, #1ae198, #33a87d);
	background-image: -webkit-linear-gradient(to right, #1ae198 , #33a87d);
	background-image: -moz-linear-gradient(to right, #1ae198 , #33a87d);
	background-image: -ms-linear-gradient(to right, #1ae198 , #33a87d);
	background-image: -o-linear-gradient(to right, #1ae198 , #33a87d);
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	color: #474747;
	font-weight: 700;
	margin-bottom: 20px;
}


/* ===== Buttons ===== */

.btn{
  font-size: 14px;
  font-weight: 500;
  border-radius: 45px;
  border: none; 
  padding: 0 30px;
  min-width: 200px;
  height: 45px;
  line-height: 45px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.btn-sm{
  font-size: 13px;
  padding: 12px 20px;
}
.btn:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-primary{
	background-image: linear-gradient(to left, #2675E6 0%, #144A98 51%, #2675E6 100% );
	background-image: -webkit-linear-gradient(to left, #2675E6 0%, #144A98 51%, #2675E6 100% );
	background-image: -moz-linear-gradient(to left, #2675E6 0%, #144A98 51%, #2675E6 100% );
	background-image: -ms-linear-gradient(to left, #2675E6 0%, #144A98 51%, #2675E6 100% );
	background-image: -o-linear-gradient(to left, #2675E6 0%, #144A98 51%, #2675E6 100% );
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active{
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}

.btn-secondary{
	background-image: linear-gradient(to left, #1ae198 0%, #33a87d 51%, #1ae198 100% );
	background-image: -webkit-linear-gradient(to left, #1ae198 0%, #33a87d 51%, #1ae198 100% );
	background-image: -moz-linear-gradient(to left, #1ae198 0%, #33a87d 51%, #1ae198 100% );
	background-image: -ms-linear-gradient(to left, #1ae198 0%, #33a87d 51%, #1ae198 100% );
	background-image: -o-linear-gradient(to left, #1ae198 0%, #33a87d 51%, #1ae198 100% );
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled):active{
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}

/*=== Alters =====*/

.alert{
	font-size: 14px;
    border: none;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -35px;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
}
.alert-danger{
	background: #eee;
}
.alert ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.alert ul li{
	color: #dc3545;
}
.reg_form_body .alert{
	width: 80%;
	left: auto;
	right: 0;
	top: -70px;
	border-radius: 15px;
}

/*=== Form Input ===*/
.form-control{
	height: 45px;
	border-radius: 45px;
	border: 1px solid #E0E0E0;
	font-size: 14px;	
	color: #919191;
	background: #fff;
	padding: 0px 25px;
	line-height: 45px;
	  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.form-control:focus{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-group{
	margin-bottom: 25px;
}
.form-control:disabled, .form-control[readonly]{
	opacity: 0.3;
}
select.form-control:not([size]):not([multiple]){
	height: 45px;
}
textarea.form-control{
	height: 105px;
	padding: 5px 25px;
	border-radius: 20px;
}
/* arrows */
select.form-control {
  background-image:
    linear-gradient(45deg, #f9f9f9 50%, gray 50%),
    linear-gradient(135deg, gray 50%, #f9f9f9 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 5px),
    calc(100% - 15px) calc(1em + 5px),
    calc(100% - 2.5em) 0.9em;
  background-repeat: no-repeat;
  -webkit-background-size: 6px 5px, 6px 5px, 1px 15px;
  background-size: 6px 5px, 6px 5px, 1px 15px;
}

select.form-control:focus {
  background-image:
    linear-gradient(45deg, #80bdff 50%, #f9f9f9 50%),
    linear-gradient(135deg, #f9f9f9 50%, #80bdff 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) calc(1em + 5px),
    calc(100% - 20px) calc(1em + 5px),
    calc(100% - 2.5em) 0.9em;
  -webkit-background-size: 6px 5px, 6px 5px, 1px 15px;
  background-size: 6px 5px, 6px 5px, 1px 15px;
  background-repeat: no-repeat;
  border-color: #80bdff;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}






/*===== Main Styling =====*/
.acc_head{
	text-align: center;
	padding: 40px 0px 30px;
}
.acc_head h1{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.acc_head p{
	color: #fff;
}
.white_container{
	background: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 50px 0px;
	min-height: 650px;
	margin-bottom: 70px;
	position: relative;
}
.white_container h2{
	font-size: 30px;
}
.white_container .avatar_img{
	padding: 0px 0px 50px;
}
.white_container .avatar_img img{
	max-width: 50%;
}

.acc_footer{
	background: #fff;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	margin-top: 80px;
}

/*===== Register Page =====*/
.form_container_bg{
	position: absolute;
	top: 0;
	right: -20px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/blue-form-bg.png) no-repeat center right;
	-webkit-background-size: 77% 100%;
	background-size: 77% 100%;
}
.form_container{
	padding: 50px;
}
.form_wrapper{
	position: relative;
	z-index: 2;
}
.form_wrapper .avatar_img img{
	max-width: 100%;
}
.form_reg_head{
	margin-bottom: 30px;
}
.form_reg_head h2{
	margin-top: 20px;
}
.reg_form_body{
	padding: 0px 0px 0px 20px;
}
.login_container{
	min-height: inherit;
	padding: 50px;
}
.login_form_body{
	margin-top: 55px;
}
.forgot_pass{
	font-size: 14px;
    margin-top: 12px;
    display: block;
    text-align: right;
}
.form-group .progress{
	position: absolute;
    top: 50%;
    right: 32px;
    width: 80px;
    height: 4px;
    margin-top: -2px;
}
.form-group .password-verdict{
	position: absolute;
    font-size: 8px;
    top: 8px;
    right:32px;
    /* display: block; */
    width: 80px;
    text-align: right;
    height: 15px;
}
.form-group .error-list{
	display: none;
}

.form-group .check_user_btn{
    position: absolute;
    background: transparent;
    border: none;
    top: 10px;
    right: 30px;
}