
.valign{align-self:center;}
.mb10{margin-bottom:10px;}
.login_form{width:98%; max-width: 550px; margin: 30px auto; padding: 50px; background: #fff;}
.inp_grp{text-align:left; margin-bottom: 12px; padding:0 5px;}
.inp_flds{margin:0; font-size:14px; color:#555;}
.inp_grp label{font-weight: bold; font-size: 17px; margin-bottom: 0px;}
.inp_grp input{border-radius: 0; margin-bottom:0;}
.contbtn{ margin-top: 10px;}
.for_pass{padding:10px 0 20px;}
.for_pass a{display:inline-block; font-size: 15px; margin-top:8px; text-decoration:underline;}
.signup_panel{padding-top:20px;}
.signup_form{width:550px; margin:30px auto; text-align:left;}
.mhead{font-size:28px;}
.mhead p{margin-bottom:0;}
.shead{font-size: 18px; text-align: center; padding: 15px 0; color: #595858;}
.subtext{font-size:20px; color:#c3c3c3;}
.login_bg .client_logo img{height:initial;}
.hvh{min-height:100vh;}
.client_logo{margin-left:0;}
.fr{float:right;}
.field-validation-error{color:red;}

.errormsg{background: #ffefef; border: #f9bfbf 1px solid; padding: 6px 8px; font-size: 13px; display: flex; flex-direction: column; color: #d00; border-radius: 3px; margin-top: 8px;}


.error-msg{border-bottom: 1px solid #ee6e73 !important; box-shadow: 0px 1px 0px #ee6e73 !important;}
.error_txt{background-color: #f3ced3; color: #000; padding: 4px 10px; font-size: 12px; border-radius: 4px; border: 1px solid #f1b0b9; position: absolute; bottom: -18px; transition:0.5s; opacity:0; z-index:3; left: 15px;}
.error_txt:after{width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f1b0b9; position:absolute; top:-7px; left:0; right:0; margin:0 auto; content:""; }
.error-msg ~ .error_txt{display:inline-block; opacity:1;}
.error-msg:focus ~ .error_txt{display:inline-block; opacity:0;}
.selectBox .error_txt{bottom: -64px; left:0;}


.login_panel{text-align:center; padding-top:0px; height:100%;background:#f4f5f6 url(/images/bg_img.png) no-repeat  bottom center / cover;}
.login_panel .input_row .focus_effect, .login_panel .input_row .focus_effect:focus{background:#fff; border:1px solid #cacaca;}
.login_panel .input_row .nf_cl{padding-left:0 !important; font-size: 12px; margin-top:3px;}
.login_panel .input_row .focus_effect, .login_panel .input_row .focus_effect:focus{padding: 10px !important;}
.login_panel .input_row{text-align:left; margin-top:15px; margin-bottom:5px;}
.login_panel input{margin:0; border-radius:3px; box-shadow:none;    font-size: 17px;}
.login_panel input:focus{ border-bottom:2px solid #307fe2;}
.error_msg_inp{border:1px solid red !important;}
.error input{border-bottom:2px solid red;}
.nf_cl{display: block; color: red;}
.focus_effect + label > code, .focus_effect.validate + label > code{height:0;}
.tbobtn, .signupbtn{padding: 10px 15px; border-radius:4px;}
.tbobtn, .tbobtn_active{border: 0px; border-radius:3px; display: inline-block; cursor: pointer; text-decoration: none; font-size: 16px; line-height: 1;}
.tbobtn, .tbobtn_active:hover{color: #fff; background:#307fe2; box-shadow: 0 1px 1px 0 rgba(109,133,158,0.5);}
.tbobtn:hover,.tbobtn:focus, .tbobtn_active, .tbobtn.bg_white:hover{ background:#f26b25; color:#fff;}
.signupbtn{color:#307fe2; border:1px solid #307fe2;}
.signupbtn:hover{background:#307fe2; color:#fff;}
.greybtn, .greybtn:hover{background:#f7f7f7; color:#c6c6c6; border:1px solid #e6e6e6;}
.for_pass a{color:#f26b25;}
.for_pass a:hover{color:#307fe2;}
.popgreybg { background: rgba(0, 0, 0, 0.8); position: fixed; z-index: 150; left: 0; top: 0; width: 100%; height: 100%; display: none; }
.mypop{background:#fff; border-radius:3px; z-index:200; padding:100px 15px; position:absolute; left:0; right:0; margin:auto; top:30%; width:98%; max-width:600px; text-align:center; display:none;}
.popclose{color:#333; font-size:48px; position:absolute; right:15px; top:15px; cursor:pointer; line-height:20px; font-weight: 300;}
.btntpbg{padding:15px; font-size:16px; background:#307fe2; cursor:pointer; display:block; color:#fff; border-radius:3px; font-weight:300;}
.btntpbg{ background:#f26b25; color:#fff;}
.tbobtn_active, .tbobtn:hover { background: var(--altclr); color: var(--btnclr);}
.tbobtn, .tbobtn_active {  font-weight: 500; display: inline-block;  transition: 0.5s; padding: 10px 25px;  border-radius: 20px;  border: 0; font-size: 15px; text-decoration: none;}
.btnwhite { background: #fff; color: #0a0a0a;}
.fcontrol{margin:0px !important;}
select.fcontrol{background-position: right 0rem center;}
.cal{line-height: 37px;}
/*footer css start here*/
.paxesfooter{width:100%; float:left; border-top:1px solid #f7f7f7; padding:10px; background: #fff;}
.ft_links{list-style:none;width:100%; float:left; margin:0; padding:0;}
.ft_links li{float:left;}
.ft_links li:not(:last-child):after{content:"|"; }
.ft_links a{padding:5px 8px; font-size:12px; display:inline-block; color:#333;}
.ft_links li:hover a{color:#307fe2;}
.copyright_txt{text-align:right; padding:8px;}


@media screen and (max-width:767px){
    .for_pass{padding-bottom:30px;}
    .login_form{padding: 50px 15px;}
    .btntpbg{margin-top:8px;}
}


