/* ========================================
    FWCFL Authentication Pages Styles
    Shared styles for login, register, and reset password pages
   ======================================== */

.auth-container {
    max-width: 500px;
    margin: 3rem auto;
    padding: 2rem;
    background: var(--pico-card-background-color);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.logo-header {
    text-align: center;
    margin-bottom: 2rem;
}

.logo-header img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.auth-footer {
    text-align: center;
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.auth-footer a {
    text-decoration: none;
}
