body{
    font-family: "Poppins", sans-serif;
}
a{text-decoration: none !important;}
.bodySection{
     width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bodySection .container{
    max-width: 1500px;
}
.minH100{   
    min-height: 100vh;
}
.logoSec{
    max-width: 14rem;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}
.lbusername_class{ 

     border-radius: 6px; 
     border-color: #777777; 
	     display: none;
 } 
 .lblpass_class{ 

    border-radius: 6px; 
    border-color: #777777;
    display: none;
}
 .rmbpass_class{
	  width: 100%;
          font-size: 12px;
	  display:block;
	  /* margin-top: -17px; */
        
}

.forgot{
	    font-size: 11px;
	    position: absolute;
            margin-top: -62px;
}
.info_div{
	    font-size: 12px;
		    margin-top: -83px;
			color: red;
			    position: static;
}
.input{
	width: 260px;
	    height: 30px;
		    margin-bottom: -5px;
			  border-radius: 5px;
			  border: 1px solid;
}
.ModalWindowChangePassword{
	    display: none;
}
.chkRember_class{
	    margin-top: 17px;
}
.aspNetDisabled.input{
	width: auto;
	max-width: 100%;
}
.DVCapcha{
	width: 150px !important;
    display: flex;
}

#txtForgetCapcha{
	max-width: 100%;
}
#btnsendotp{
	margin-left: 10px;
}
#btnforgetPwdClose{
	padding: 0px 0px;
}
#txtenterotp{
	    width: auto;
			max-width: 100%;
}
#txtconfirmpassword{
	    width: auto;
			max-width: 100%;
}
#txtnewpassword{
	    width: auto;
			max-width: 100%;
}
#btnverfiyotp{
	    margin-left: 10px;
}
#btnresendotp{
	    margin-left: 10px;
}
#txtEmpenterotp{
		max-width: 100%;
}
.dvCapcha_class{
	    margin-top: -17px;
    margin-bottom: 25px;
	
}

span#dvNewPAss
{
	margin-top: 20px;   
    display:inline-block; /*or display:block;*/
}
span#dvconpass
{
	margin-top: 20px;   
    display:inline-block; /*or display:block;*/
}


.dvpasschanged{
	    margin-left: -50px !important;
}
.dvbtncancel{
	    margin-left: -10px !important;
}
#passpanel{
	    margin-left: -40px;
}
.btn{
	    margin-left: -50px !important;
}
.btn{
	    margin-left: -10px !important;
}

#tbl2FactorAuth{
	       background-color: white;
}

.RefreshButton{
	background: url(../img/spelder.convert_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    /* width: 32px; */
    margin-top: 1px;
}

.imgCapcha{
	    height: 35px;
}
.textColor{
    color: #212529;
}
.smallText{
    font-size: .9rem;
}
.submitredButton{
    background: #A50706;
    min-width: 150px;
    border: 0px;
    font-weight: 600;
    padding: 8px 10px;
}
.submitredButton:hover{
    background: #770a0a;
}
.rightIiocn{
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}
.rightFormSec{
    min-height: 19rem;
    margin-top: -21px;
}
.borderRadius{
    border-radius: 25px;
}
.leftBanerSec .mainBaner{
    /* min-height: 35rem;
    max-height: 35rem; */
    /* object-fit: scale-down; */
    width: 100%;

}
.bannerImages{
    max-width: 800px;
    margin: auto;
}
.bottomFooter{bottom: 0px;right: 0px;left: 0px; background: #b2b2b2;text-align: right;padding-right: 20px;}
.footerList ul{
    list-style: none;
    margin: 0px;
}
.footerList ul li{
    display: inline-block;padding: 3px 10px;
}
.footerList ul li a{
    font-size: .9rem;
    color: #000;
    transition: all ease-in .2s;
}
.footerList ul li a:hover{
    color:#ff0023;
}
.topLeftImage{
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 1;
}
@media(max-width:1600px){
    .bannerImages{
        max-width: 700px;
        margin: auto;
    }
}

@media(max-width:1440px){
    .bodySection .container {
        max-width: 1100px;
    }
    .rightFormSec {
        min-height: 20.7rem;
    }
    .logoSec {
        max-width: 12rem;
    }

}
@media(max-width:991px){
    .rightFormSec{
        margin-top: 30px;
    }
	.input{
	width: 100%;
	    height: 30px;
	 margin-bottom: -5px;
	   border-radius: 5px;
	   border: 1px solid;
}
.chkRember_class{
	    margin-top: 17px;
}
}
@media(max-width:767px){
    .footerList ul li a{
        font-size: .8rem;
    }
    .footerList ul li{
        padding: 2px 5px;
    }
    .footerList ul{
        padding: 0px;
        text-align: center;
    }
}