body.body-login {
  background: #ffff !important;
}
.loginformwrapper{
  max-width: 445px;
  background: #fff;
  box-shadow: 2px 5px 7px #2f2f2f2f;
  border-radius: 12px;
}
h3.welcometext{
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 25px;
    opacity: .8;
    text-align: center;
  }
input.form-control {
  width: 100%;
  margin-bottom: 15px;
  height: 41px;
  padding: 12px;
  border: 1px solid #404040 !important;
  border-radius: 4px;
  box-shadow: inset 0 .25em 0 0 #f0f1f3;
  font-size: 12px;
  opacity: .8;
  font-weight: 500;
}
.loginformwrapper label ,.forget a ,.forgetpasswrap label{
  font-size: 13px;
  display: block;
  font-weight: 600;
  opacity: .8;
}
input.form-control:hover{
  cursor: pointer;
}
.buttonlogin{
  width: 100%;
  height: 40px;
  border-radius: 7px;
  display: flex;
  font-size: 15px;
  text-align: unset;
  font-weight: 500;
  box-shadow: 0 5px 0 #d3d0d0;
  transition: .3s;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 30px;
  background: #6767c7;
  color: #fff;
  border: 1px solid #6767c7;
}
.buttonlogin:hover {
  background: #ebebf4;
  color: #404040;
  border: 1px solid #404040;
  box-shadow: 0 5px 0 #404040;
}
.checkflex{
align-items: center;
gap: 7px;
display: flex !important;
}
/* .form-check-input:checked {
  background-color: #6767c7 !important;
  border-color: #6767c7 !important;
} */
.mainwraprem {
  display: flex;
  justify-content: space-between;
}
.form-check-input{
  margin-top: 0;
}
.smalllogintext {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}
.main-signin-footer {
  text-align: center;
}
.forget a {
  color: #0050bf;
  border-bottom: 1px solid #0050bf;
}
.inputcontrol:-webkit-autofill,
.inputcontrol:-webkit-autofill:hover,
.inputcontrol:-webkit-autofill:focus {
border: 1px solid #ccc;
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0px 1000px white inset;
transition: background-color 5000s ease-in-out 0s;
}
/* .form-check-input[type=checkbox] {
  border: 1px solid grey;
} */
img.desktop-logo {
  width: 120px;
}
/* forget password */
.forget-wrap{
height: 55px;
width: 55px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.forgetpasswrap h3{
font-size: 20px;
font-weight: 600;
line-height: 25px;
opacity: .8;
text-align: center;
}
.forgetpasstext {
font-size: 12px;
opacity: 1.8;
text-align: center;
max-width: 320px;
margin: auto;
font-weight: 400;
}
.flex-form {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.form-wrapget {
margin: auto;
background: #fff;
border-radius: 4px;
min-width: 450px;
padding: 20px;
}
.loginbackbtn{
padding: 30px 0 10px 0;
text-align: end;
}
.loginbackbtn a {
font-weight: 600;
color: #0162e8;
padding-right: 10px;
}
.loginbackbtn i{
padding-left: 5px;
}
.viewappendwrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
}

.viewappendwrap span.input-group-text{
  height: 38px;
  margin-top: 1px;
  margin-right: 1px;
}
.resetlogo{
  width: 130px!important;
}
.error-message {
  font-size: 13px;
  font-weight: 500;
}


/* Captcha css */
.captchabtn {
  background-color: #fff !important;
  border: none;
  box-shadow: 0 0 6px #BACFE0;
  display: flex;
}
div#captchaDiv {
  max-height: 50px;
  width: 200px;
}
div#captchaDiv img {
  min-height: 40px;
}
input#captchValue {
  margin-top: 0px !important;
}
.logincaptchForm {
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.captchabtn:hover{
  background-color: #fff !important; ;
}
.captchabtn img{
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
.captchabtn:hover img{
  transform: rotate(180deg);
}
footer{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1200;
}
ul.footer-ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  padding-inline-start: 0 !important;
  list-style: none;
}
.policylogin {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: space-between;
}
.footer-ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid rgba(215, 215, 215, .47);
  line-height: 18px;
}
 a.f-link {
   opacity: .8;
   font-size: 13px;
   line-height: 5px !important;
  transition: all .3s ease 0s;
 }
 a.f-link:hover{
  color:#0162e8;
 }
.copy-right p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: .8;
  color: #364872;
}
.formcaptchwrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}
.captchabtn.btn.btn-primary {
    min-height: 40px;
}
.btnSignLogin{
  height: 40px;
}
@media screen and (max-width:991px) {
  .policylogin{
    display: block;
  }
  ul.footer-ul{
    align-items: center;
    justify-content: center;
  }
    .copy-right p {
      padding-top: 10px;
    }
}
@media screen and (max-width:768px) {
  .smallsignup{
    border:none;
  }
}
@media screen and (max-width:410px) {
    .footer-ul li {
        border-right: none;
      }
    
}
