/* --- Password Recovery Specific Styles --- */

.auth-card {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    text-align: left;
}

.auth-form-inner {
    max-width: 460px; /* Bit tighter for these simple forms */
}
