#lean_overlay {
		position: fixed;
		z-index: 100;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background: #000;
		display: none;
}

.popupContainer {
		position: absolute;
		width: 700px;
		height: auto;
		left: 45%;
		top: 60px;
		background: #FFF;
		border-radius: 25px;

    border: 0px solid #BCE3C9;
}

/*#modal_trigger {
		margin: 40px auto;
		width: 200px;
		display: block;
		border: 1px solid #DDD;
		border-radius: 4px;
}*/

.btn {
		padding: 10px 20px;
		/*background: #F4F4F2;*/
}

.btn_red {
		background: #ED6347;
		color: #FFF;
}

.btn:hover {
		background: #0a6c50;
}

.btn_red:hover {
		background: #C12B05;
}

/*a.btn {
		color: #666;
		text-align: center;
		text-decoration: none;
}*/

a.btn_red {
		color: #FFF;
}

.one_half {
		width: 100%;
		display: block;
		float: left;
}
.one_half .btn{
    background: #0a6c50;
    color: #fff;

}
.action_btns{
    display: flex;
}
one_half .btn:hover{
background:light#0a6c50;
}
.one_half.last {
		/*width: 45%;*/
		
}
/* Popup Styles*/

.popupHeader {
	font-size: 16px;
	text-transform: uppercase;
	color: #0a6c50;
}

.popupHeader{
	/*background: #F4F4F2;*/
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}
/*#login .logo.logo-width-1{*/
/*    margin-right: 0px;*/
/*}*/
#login .logo{
  width:45%;
    margin: 0 auto;  
}
.one_half{
    
}
#login .logo.logo-width-1 a img{
    padding-left: 0px;
}
#login .form-img{
    border-radius: 0px 25px 25px 0px;
    height: 100%;
    object-fit: cover;
    margin-left: 2px;
}
#login{
    padding: 0px 0px 0px 0px;
}
 #login .popupHeader , #login .popupBody{
    width:80%;
    margin: 0 auto;
    text-align: center;
}

.popupHeader .modal_close {
		position: absolute;
		right: 0;
		top: 0;
		padding: 10px 15px;
		cursor: pointer;
		color: #aaa;
		font-size: 16px;
}

.popupBody {
		padding: 20px;
}
/* Social Login Form */

.social_login {}

.social_login .social_box {
		display: block;
		clear: both;
		padding: 10px;
		margin-bottom: 10px;
		background: #F4F4F2;
		overflow: hidden;
}

.social_login .icon {
		display: block;
		width: 10px;
		padding: 5px 10px;
		margin-right: 10px;
		float: left;
		color: #FFF;
		font-size: 16px;
		text-align: center;
}

.social_login .fb .icon {
		background: #3B5998;
}

.social_login .google .icon {
		background: #DD4B39;
}

.social_login .icon_title {
		display: block;
		padding: 5px 0;
		float: left;
		font-weight: bold;
		font-size: 16px;
		color: #777;
}

.social_login .social_box:hover {
		background: #E4E4E2;
}

.centeredText {
		/*text-align: center;
		margin: 20px 0;*/
		clear: both;
		overflow: hidden;
		text-transform: uppercase;
}

.action_btns {
		clear: both;
		overflow: hidden;
}

.action_btns a {
		display: block;
}
/* User Login Form */

.user_login {
		display: none;
}

.user_login label {
		display: block;
		margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
		display: block;
		width: 90%;
		padding: 10px;
		border: 1px solid #DDD;
		color: #666;
}

.user_login input[type="checkbox"] {
		float: left;
		margin-right: 5px;
}

.user_login input[type="checkbox"]+label {
		float: left;
}

.user_login .checkbox {
		margin-bottom: 10px;
		clear: both;
		overflow: hidden;
}

.forgot_password {
		display: block;
		margin: 20px 0 10px;
		clear: both;
		overflow: hidden;
		text-decoration: none;
		color: #ED6347;
}
/* User Register Form */

.user_register {
		display: none;
}

.user_register label {
		display: block;
		margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
		display: block;
		width: 90%;
		padding: 10px;
		border: 1px solid #DDD;
		color: #666;
}

.user_register input[type="checkbox"] {
		float: left;
		margin-right: 5px;
}

.user_register input[type="checkbox"]+label {
		float: left;
}

.user_register .checkbox {
		margin-bottom: 10px;
		clear: both;
		overflow: hidden;
}
.login-phone {
    display: inline-block;
    line-height: normal;
    margin: 24px auto 0;
    position: relative;
	width:100%;
}
.login-phone:after, .login-phone:before {
    color: #333;
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
}
.action_btns .one_half.last input{
    height: 42px;
}
.login-phone:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 18px;
    left: 12px;
}
.login-phone:after {
    /*content: "+91 - ";
    font-size: 18px;*/
    left: 36px;
}
.login-phone input{
	padding:10px;
	margin-bottom:10px;
	padding-left:40px;
}
.user_register input{
display:flex;
width:100%;
float:left;
height:50px;
margin-right:10px;
margin-bottom:10px;
}
.back_btn{
	/*margin-right:10px;*/
	background: transparent !important;
	border: 1px solid #0a6c50;
	color: #0a6c50 !important;
}
/* otp input start*/
.digit-group input {
	 width: 30px;
	 height: 50px;
	 background-color: #fff;
	 border: none;
	 line-height: 50px;
	 text-align: center;
	 font-size: 24px;
	 font-family: 'Raleway', sans-serif;
	 font-weight: 200;
	 color: white;
	 margin: 0 2px;
}
 .digit-group .splitter {
	 padding: 0 5px;
	 color: white;
	 font-size: 24px;
}
 .prompt {
	 margin-bottom: 20px;
	 font-size: 20px;
	 color: white;
}
/* otp input end*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}