/* ==========================================================================
   ReDIB Portal - Authentication Pages
   ========================================================================== */

.auth-wrapper {
    min-height: calc(100vh - var(--redib-navbar-height, 56px) - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.auth-card {
    width: 100%;
    max-width: 440px;
}

.auth-brand {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-brand img {
    max-height: 64px;
    margin-bottom: 0.75rem;
}

.auth-brand h2 {
    font-weight: 600;
    color: var(--redib-primary, #1A3D50);
    margin-bottom: 0.25rem;
}

.auth-brand p {
    color: var(--redib-secondary, #6B7780);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.auth-card .card {
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
}

.auth-card .card-body {
    padding: 2rem;
}

.auth-affiliate {
    text-align: center;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.auth-affiliate span {
    color: var(--redib-secondary, #6B7780);
    font-size: 0.85rem;
}

.auth-affiliate img {
    height: 40px;
    mix-blend-mode: multiply;
}

.auth-footer {
    text-align: center;
    margin-top: 1.5rem;
    color: var(--redib-secondary, #6B7780);
    font-size: 0.9rem;
}

.auth-footer a {
    color: var(--redib-primary, #1A3D50);
    text-decoration: none;
}

.auth-footer a:hover {
    text-decoration: underline;
}
