/*
 * Site-wide style overrides.
 * Loaded after app.css/main.css in base.blade.php so rules here win
 * without recompiling the sass build (same pattern as medialuna).
 * Brand green (matches the "Watch" buttons / .button-lime): #b6d567
 */

header {
    border-bottom: 1px solid #b6d567;
}

/* Wrapper card for login / password / auth pages */
.auth-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0.25rem;
    padding: 2rem;
}

/* Page background for login / password / auth pages */
body.auth-page {
    background-color: #b6d567;
}
