/* Reset password page specific styles */
.tp-accountForm button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Simple form switching without positioning issues */
#email-form, #reset-form {
    transition: opacity 0.3s ease-in-out;
}

/* Error message styling if needed */
.error-message {
    color: #F56061;
    font-size: 14px;
    margin-top: 5px;
}

.success-message {
    color: #28a745;
    font-size: 14px;
    margin-top: 5px;
}
