/* Password Reset Form Styles */
.nd-pro-label {
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}

.nd-pro-label.nd-pro-required-label::after {
    content: " *";
    color: red;
}

.nd-pro-password-reset-form input[type="text"]:focus,
.nd-pro-password-reset-form input[type="password"]:focus,
.nd-pro-password-reset-form input[type="email"]:focus,
.nd-pro-password-reset-form input[type="number"]:focus {
    border: 1px solid green;
    outline: none !important;
}

.nd-pro-password-reset-form #match-status {
    font-size: 90%;
    margin-top: 3px;
}

.nd-pro-password-reset-form .nd-pro-rules {
    margin: 10px 0;
    font-size: 90%;
}

.nd-pro-password-reset-form .nd-pro-rules .rule-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.nd-pro-password-reset-form .rule-check {
    font-weight: bold;
    margin-right: 5px;
}

.nd-pro-password-reset-form .rule-text {
    color: #666;
}

.nd-pro-password-reset-form .nd-pro-input-wrap {
    position: relative;
    margin-bottom: 15px;
}

.nd-pro-password-reset-form .nd-pro-toggle-pwd {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.nd-pro-password-reset-form .nd-pro-captcha-row {
    margin-bottom: 10px;
}

.nd-pro-password-reset-form #nd_pro_math_input {
    max-width: 100%;
}

.nd-pro-password-reset-form #nd-pro-math-captcha-msg {
    font-size: 0.9em;
    margin: 5px 0;
}

.nd-pro-password-reset-form .g-recaptcha {
    margin-bottom: 10px;
}

.nd-pro-password-reset-form .nd-pro-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nd-pro-password-reset-form .nd-pro-password-expired-notice {
    background: #f8f9fa;
    border-left: 4px solid #d63638;
    padding: 15px;
    margin-bottom: 20px;
}

/* Password reset error styling */    
.nd-pro-password-reset-form .nd-pro-reset-error {
    background: #f8ebea;
    border-left: 4px solid #d63638;
    color: #d63638;
    padding: 12px 16px;
    margin: 0 0 20px 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.nd-pro-password-reset-form .nd-pro-reset-error:before {
    content: "\f534";
    font-family: dashicons;
    margin-right: 10px;
    font-size: 18px;
}

.nd-pro-password-reset-form .reset-pass-button-container {
    margin-top: 15px;
}