/* ============================================================
   ForgotPassword/Index.cshtml
   ============================================================ */
.forgot-error-msg {
    color: red;
    margin-top: 10px;
}

.forgot-success-msg {
    color: green;
    margin-top: 10px;
}

/* Forgot password modal fix */
#forgotSuccessModal .delete-done-img img,
#forgotFailureModal .failure-done-img img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto 15px;
    display: block;
}

#forgotSuccessModal .modal-content,
#forgotFailureModal .modal-content {
    border-radius: 12px;
    padding: 20px;
}

#forgotSuccessModal h3,
#forgotFailureModal h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #2c3e50;
}

#forgotSuccessModal .thanks-box h4,
#forgotFailureModal .thanks-box h4 {
    margin-top: 15px;
    color: #27AE60;
    font-weight: 600;
}

.thanks-box button {
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 40px;
}

.resend-otp-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Non-!important hidden state for elements toggled at runtime via jQuery
   show()/hide() — unlike Bootstrap's d-none, this does not block the inline
   style those calls set. */
.js-toggle-hidden {
    display: none;
}
