.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;
  }
}
@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;
  }
}

