.customer_login_left_container{
	height: 100vh;
}
.customer_login_left_img{
/*	background-image: url(https://peppybooks.com/wp-content/uploads/2022/08/welcome-new-employee-grey-crop.png);*/
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100% auto;
}
.customer_login_skew{
	transform:skew(14deg,0deg);
	
}

.vertical-center {
  height:100%;
  width:100%;

  text-align: center;  /* align the inline(-block) elements horizontally */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;    /* vertical alignment of the inline element */
}

.vertical-center > .container {
  max-width: 100%;

  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
                           /* reset the font property */
  font: 16px/18 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner_logo{
	color: #ffffff;
	font-size: 20px;
	position: relative;
	display: inline-block;
	margin: 0px auto;
    padding: 10px;
    background-color: rgba(255,255,255,.8);
}
.banner_logo img{
    max-width: 120px;
}
.banner_logo a.login_link{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: -40px;
	color: #ffffff;
	font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	cursor: pointer;
	opacity: .8;
}
.banner_logo a:hover{
	text-decoration: none;
	opacity: 1;
}
.login_benifits{
	margin-top: 80px;
    text-align: left;
    width: 60%;
    margin: 80px auto 0px;
    color: #ffffff;
    font-size: 16px;
}
.login_benifits h3{
	font-size: 24px;
}

.login_benifits ul li{
	margin: 10px auto;
    list-style-type: square;
}
.padding{
	padding-left: 0px;
	padding-right: 0px;
}
.close_icon{
	position: absolute;
	top: 10px;
	right: 10px;
}
.close_icon img{
	width: 30px;
}


.customer_login_right_container .border{
	width: 30px;
    margin: 0px auto !important;
    border: 2px solid #06c679;

}
.login_input_container .form-control{
	border: 1px solid #ccc;
}
.login_heading{
	margin-top: 30px;
}
.login_heading h3{
	font-weight: 200;
}
.login_input_container{
	padding: 20px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 10px;
}
.login_input_container.signup_container{
	margin-top: 20px;
}
.login_input_container .center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.login_input_container .input-group .icon-addon .form-control {
    border-radius: 0;
}

.login_input_container .icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.login_input_container .icon-addon:after,
.login_input_container .icon-addon:before {
    display: table;
    content: " ";
}

.login_input_container .icon-addon:after {
    clear: both;
}

.login_input_container .icon-addon.addon-md .glyphicon,
.login_input_container .icon-addon .glyphicon, 
.login_input_container .icon-addon.addon-md .fa,
.login_input_container .icon-addon .fa {
    position: absolute;
    z-index: 2;
    // left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.login_input_container .icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
    width: 300px;
    max-width: 100%;
}

.login_input_container .icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.login_input_container .icon-addon.addon-lg .glyphicon.icon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 0px;
}
.login_input_container .icon-addon.addon-lg .glyphicon.eyes {
    font-size: 18px;
    margin-left: 0;
    right: 11px;
    top: 4px;
    color: #06c679;
    cursor: pointer;
}



.otp_checked_cont{
	padding-right: 5px;
	padding-left: 0px;
}
.one_time_otp{
	padding-left: 0px;
}
.one_time_otp h5{
	margin: 0px;
	letter-spacing: 1px;
	font-weight: 200;
}
.one_time_otp h5 a{
	color: #06c679;
	cursor: pointer;
}
.checkbox_container{
	width: 140px;
	padding: 0px;
	float: right;
}
.checkbox_container p{
	display: inline-block;
	letter-spacing: 1px;
}
.Remember{
	margin: 0px;
    vertical-align: -webkit-baseline-middle;
    padding-right: 5px;
}
.cb {
	position:relative;
	clear:both;
	background: #0c9;
	width: 25px;
}			
.cb input[type=checkbox], .cb label {
	position: absolute;
}
.cb label {
	width: 25px;
    height: 25px;
	z-index: 2;
	cursor: pointer;
}
.cb input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 2em;
	height: 2em;
	border: 0;
	display: none;
	opacity: 1;	
}
.cb:before {
	content:'';
	position:absolute;
	width: 23px;
    height: 23px;
    border-radius: 5px;
	top: 0;
	left:0;
	z-index: 1;
	background: #fff;
	vertical-align: bottom;
	border: 1px solid #ccc;
}

.cb input[type=checkbox]:checked + label{
	background: url('tick.png') 0 0 no-repeat;
	background-size: 24px auto;
}
.login_button{
	margin-top: 30px;
	margin-bottom: 20px;
}
.login_button button{
	border: none;
	background-color: #06c679;
	padding: 10px 45px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
}
.forgot_password{
	margin-top: 15px;
}
.forgot_password a{
	color: #06c679;
	font-size: 12px;
}
.text_of_user_details{
	color: #b4b4b4;
}
.social_icon{
	margin-top: 20px;
	margin-bottom: 25px;
}
.havent_account p{
	font-size: 18px;
	color: #b4b4b4;
}
.havent_account p a{
	color: #06c679;
}
form{
	display: none;
}
form:first-child{
	display: flex;
	align-items: center;
	justify-content: space-around;
    height: 100vh;
}
.expn_text{
	margin-bottom: 20px;
	display: none;
}
.show-otp .expn_text{
	display: block;
}
.otp-value{
 display: none;
 text-align: center;
 border: none;
 vertical-align: bottom;
 border-bottom: 1px dashed #08C87D;
}
.expn_text:first-child{
	display: block;
}
.show-pass .expn_text{
	display: block;
}
.expn_text p{
	font-size: 22px;
    line-height: 35px;
    color: #626262;
    display: inline-block;
    clear: both;
    position: relative;
    width: 100%;
}
.register_section1 .expn_text:first-child p{
 height: 65px;
}
.expn_text p span{
	position: absolute;
    color: red;
    bottom: -22px;
    font-size: 12px;
    display: block;
    line-height: 14px;
}
.expn_text p .show_password, .expn_text p .hide_password{
	position: absolute;
    right: 0px;
    width: 30px;
    top: 10px;
}
.expn_text p input{
	border: none;
	border-bottom: 1px dashed rgba(15, 102, 51, 0.42);
	color: #0F6633;
	margin-left: 10px;
	position: absolute;
    right: 0px;
    bottom: 0px;
}
.show-pass .expn_text p input{
	position: static;
}
.show-pass .expn_text p{
	width: auto;
	clear: both;
}
.expn_text p select{
	border: none;
	background-color: #ffffff;
	color: #0F6633;
	min-width: 240px;
	border-bottom: 1px dashed rgba(15, 102, 51, 0.42);
	position: absolute;
    right: 0px;
    bottom: 0px;
}

.expn_text p input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(15, 102, 51, 0.42);
}
.expn_text p input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(15, 102, 51, 0.42);
}
.expn_text p input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(15, 102, 51, 0.42);
}
.expn_text p input:-moz-placeholder { /* Firefox 18- */
  color: rgba(15, 102, 51, 0.42);
}
.expn_text p input.resend_otp{
	width: 130px;
    font-weight: 100;
    color: green;
    letter-spacing: 1px;
    color: #08C87D;
}
.expn_text p .auction_btn{
	 position: absolute;
	 display: inline-block;
    border-radius: 4px;
    padding: 6px;
    background-image: url(pencil.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 28px;
    height: 28px;
    right: 0px;
    top: 0px;
}
.expn_text p .auction_btn.mobile-change-back,.expn_text p .auction_btn.email-change-back{
	display: none;
	background-image: url(save.png);
}
.set_pass_btn input{
	display: inline-block;
    width: auto;
    border-radius: 4px;
    height: auto;
    padding: 10px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
}
.show-pass{
	position: absolute;
	top: 150px;
} 
.show-pass .expn_text{
	visibility: visible !important; 
}
.margin_top_50{
	margin-top: 50px;
}
.bg_icon input{
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 20px;
}
.next_step{
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	display: inline-block;
	background-color: #08C87D;
	border-radius: 50%;
	cursor: pointer;
}

.generate, .map-link{
	background-color: #08C87D;
	border: none;
	outline: none;
	color: #ffffff;

	min-width: 150px;
	padding: 10px;
	cursor: pointer;
}
a.map-link: hover{
	text-decoration: none;
	color: #ffffff;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.show-otp, .show-pass, .show-map{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
}
@media (max-width: 991px) {
	.customer_login_left_container{
		display: none;
	}
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/*custom radio btn*/
.custom_radio{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.custom_radio span {
    margin: 10px 0;
    display: block;
    width: 100%;
    float: left;
}

.custom_radio input[type="radio"], 
.custom_radio input[type="checkbox"] {
    /* hide the inputs */
    opacity: 0;
    z-index:2;
    width:100%;
    height:100%;
    position: absolute;
    cursor: pointer;
}

.custom_radio input[type="radio"] + label, 
.custom_radio input[type="checkbox"] + label {
    /* keep pointer so that you get the little hand showing when you are on a button */
    cursor: pointer;
    /* the following are the styles */
    padding: 10px;
    min-width: 150px;
    border: 1px solid #ccc;
    background: #efefef;
    color: #aaa;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0);
}
.custom_radio input[type="radio"]:checked + label,
.custom_radio input[type="checkbox"]:checked + label{
    /* style for the checked/selected state */
    background: #08C87D;
    border: 1px solid #444;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    color: white;
}

.black_overlay{
	position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.6);
    display: none;
}
.black_overlay img{
	position: absolute;
	top: 45%;
}


.customer_login_skew {
    position: relative;
    min-height: 100%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item:nth-child(1) {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 120%;
    height: 100%;
    top: 0px;
}
.title {
  text-align: left;
  margin-top: 20px;
  padding: 10px;
  color: #FFF;
  background-color: rgba(0,0,0,.4);
  border-radius: 4px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.title h3{
	text-align: center;
}
