
.css-fkfloprr{
  margin: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.css-fdkfloprr{
  border-bottom: 1px solid #d3d3d370;
  height: 1px;
  width: 35%;
}
.css-fdfkfloprr{
  font-weight: 500;
  font-size: 15px;
}
.css-oflfokffoof{
  display:flex;
  justify-content: center;
}
.css-oflfokffoof a{
  width: 80%;
  display: flex;
  justify-content: center;
}
.css-ifkflopfv span{
  font-size: 22px;
  font-weight: 600;
  font-family: cursive;
}
.css-ifkflopfvd{
  margin-top: 15px;
}
.css-oflfokffoof a:hover{
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: scale(1.02);
}
.css-tfyfhulko{
  display: grid;
  justify-content: center;
}
#myForm{
  min-width: 380px;
}

.css-oflfokffoof img{
  height: 65px;
  margin-top: 5px;
  width: 100%;
  max-width: 380px;
}

body:has(.overlay-features.active) .img-fluid{
  display: none;
}

.overlay-features{
  width:340px;
  margin:auto;
  position:relative;
  padding-top:30px;
  display: none;
}

.overlay-features p{
  color: black;
  margin-bottom: 0 !important;
}

.overlay-features.active{
  display: block;
}

.overlay-features .feature{

  display:flex;
  align-items:center;
  gap:14px;

  padding:14px 18px;

  margin-bottom:20px;

  color:#fff;

  font-weight:600;

  border-radius:6px;

  backdrop-filter:blur(12px);

  background:rgba(255,255,255,.05);

  border:none;

  opacity:0;

  transform:translateY(45px);

  transition:
  .6s cubic-bezier(.22,1,.36,1);

  box-shadow:
  0px 1px 3px 2px rgb(76 175 80 / 20%);

}

.overlay-features .feature.show{

  opacity:1;

  transform:translateY(0);

}

/* Gradient Borders */

.overlay-features .c1{
border-image:linear-gradient(90deg,#00E5FF,#00FFA3)1;
}

.overlay-features .c2{
border-image:linear-gradient(90deg,#FF6B6B,#FFD93D)1;
}

.overlay-features .c3{
border-image:linear-gradient(90deg,#A855F7,#3B82F6)1;
}

.overlay-features .c4{
border-image:linear-gradient(90deg,#00C6FF,#0072FF)1;
}

.overlay-features .c5{
border-image:linear-gradient(90deg,#F97316,#EF4444)1;
}

.overlay-features .c6{
border-image:linear-gradient(90deg,#10B981,#84CC16)1;
}

.overlay-features .feature span{

  width:34px;
  height:34px;

  display:flex;
  justify-content:center;
  align-items:center;

  border-radius:50%;

  background:rgb(124 255 130 / 17%);

  font-size:18px;
  color: black;
}

.status {
  padding-bottom: 20px;
  color: red;
  font-weight: 600;
}
.register {
  padding-left: 5px;
  font-family: sans-serif;
}
.forgot_password {
  justify-content: end;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: cursive;
}
#forgot_password_btn,
#back_to_login_btn {
  color: navy;
  cursor: pointer;
  display: inline;
}
#back_to_login_btn{
  color: navy;
  cursor: pointer;
  display: inline;
  font-family: auto;
  padding-left: 2px;
  position: absolute;
  margin-top: 10px;
}
#forgot_password_btn:hover {
  padding-right: 5px;
}
#back_to_login_btn:hover{
  padding-left:10px;
}

#resend_otp {
  color: darkblue;
  font-weight: 700;
  font-size: 15px;
  font-family: math;
  padding-left: 5px;
  cursor: pointer;
}
#resend_otp:hover {
  color: blue;
  font-size: 16px;
}

.css-bjfbfjj{
  position: fixed;
  width: 100%;
  text-align: center;
  background: indianred;
  color: white;
  font-size: 15px;
  font-weight: 500;
  font-family: system-ui;
  padding: 5px 10px;
  display: none;
}

@media (max-width: 399px) {
  .reset-password-info {
    font-size: 10px;
  }
  .register {
    font-size: 12px;
  }
  .css-oflfokffoof a{
    width: 100%;
  }
  .css-fdkfloprr{
    width: 50%;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .register {
    font-size: 14px;
  }
  .reset-password-info {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .reset-password-info {
    font-size: 11px;
  }
  .register {
    font-size: 15px;
  }
}

