


/* ===== OTP Section Styling ===== */

#otpSection {
  margin-top: 10px;
  animation: fadeIn 0.5s ease-in-out;
}

.resend-text {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}

.resend-text a {
  color: #e91e8f;
  text-decoration: none;
  font-weight: 500;
}

.resend-text a:hover {
  text-decoration: underline;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
  .login-wrapper img[alt*="Forgot"] {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .login-wrapper img[alt*="Forgot"] {
    display: none;
  }
}


/* ===== Reset Password Section ===== */

@media (max-width: 992px) {
  .login-wrapper img[alt*="Reset"] {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .login-wrapper img[alt*="Reset"] {
    display: none;
  }
}
