.login-bg img{
  width: 100%;
  height: 100vh;
  border-radius: 0 22px 22px 0;
}
.auth-form{
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.auth-form .login_logo{
  margin: 0 auto 20px;
  display: block;
}
.auth-form .login_logo img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.auth-form h1{
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 0;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth-form p{
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.auth-form p a{
  background: radial-gradient(187.73% 86.7% at 50% 50%, #0F5BC1 0%, #032553 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth-form .form-group{
  margin-bottom: 16px;
  position: relative;
}
.auth-form .form-control{
  box-shadow: 0px 7px 10px 0px #00000012;
  padding: 16px 20px;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-radius: 52px;
}
.auth-form .form-group span{
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px 20px 0 0;
}
.auth-form .form-group span i{
  color: #CBCBCB;
}
.focus_active .form-control:focus{
  outline: none;
  background: #FFFFFF;
  border: 1px solid #3A8FFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
}
.focus_active svg path, .focus_active svg rect, .focus_active circle{
  stroke: #3A8FFF;
}
.auth-form .form-group.focus_active  span i{
  color: #3A8FFF;
}
.auth-btn{
  box-shadow: 0px 4px 9px 0px #0954723B;
  background: linear-gradient(180deg, #2672D8 0%, #29275F 100%);
  border-radius: 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  padding: 12px 20px;
  width: 95%;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  border: none;
}
.auth-btn:hover{
  color: #fff;
  background: linear-gradient(180deg, #29275F 0%, #2672D8 100%);
}
.note_txt{
  color: #545454;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
  margin: 30px auto 0;
}
.note_txt a{
  font-weight: 600!important;
  font-size: 16px;
}
.interlink{
  color: #3A8FFF;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin: 25px auto 20px;
}
.pwd_icon{
  margin-bottom: 20px;
  display: block;
}
.pwd_icon img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.otp_box{
  display: flex;
  align-items: center;
  grid-gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}
.otp_box input{
  border: 1px solid #00000026;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}
:focus-visible {
  outline: none;
  border: 1px solid #3A8FFF;
  box-shadow: 0px 0px 0px 1px #3A8FFF;
}

.toggle-hide-show{
  position: absolute;
  top: 0;
  right: 0;
  margin: 19px 16px;
  color: #CBCBCB;
}
.auth-form .form-group.focus_active .toggle-hide-show{
  color: #3A8FFF;
}