/* ==========================================================================
   AUTHENTICATION STYLES (auth.css)
   ========================================================================== */

/* Your existing auth styles go above this point if you have any */

/* --- AUTH PAGES RESPONSIVENESS --- */
@media (max-width: 500px) {
    .auth-container {
        padding: 20px 15px !important;
        margin: 20px auto !important;
        width: 95% !important; 
    }

    .auth-card {
        padding: 25px 20px !important;
        border-radius: 16px !important;
    }

    .auth-title {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .form-control, .btn-auth {
        height: 50px !important;
        font-size: 16px !important; 
    }

    .auth-footer {
        font-size: 13px !important;
    }
}