body.auth-page.auth-login-page {
    background:
        linear-gradient(180deg, rgba(7, 10, 18, 0.64) 0%, rgba(7, 10, 18, 0.84) 100%),
        url('../../images/backgrounds/bg2.jpeg') center center / cover no-repeat fixed;
    color: #f5f5f7;
}

.auth-login-page .auth-shell {
    padding-top: 1.75rem;
}

.auth-login-page .auth-logo {
    margin-top: 0.5rem;
}

.auth-login-page .login-container {
    color: #f5f5f7;
    background: rgba(15, 23, 42, 0.5);
    border-color: rgba(255, 255, 255, 0.12);
}

.auth-login-page .login-container::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.auth-login-page .auth-title,
.auth-login-page .login-title,
.auth-login-page .auth-subtitle,
.auth-login-page .apple-link,
.auth-login-page .register-link,
.auth-login-page .auth-note,
.auth-login-page .form-floating > label,
.auth-login-page .form-check-label {
    color: #f5f5f7;
}

.auth-login-page .auth-login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem 0.85rem;
    margin-bottom: 1.15rem;
}

.auth-login-page .auth-kicker--login {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-login-page .auth-login-header__sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    flex-shrink: 0;
}

.auth-login-page .auth-discover-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.auth-login-page .auth-discover-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
    text-decoration: none;
}

.auth-login-page .auth-discover-link .bi {
    font-size: 0.82rem;
    opacity: 0.82;
}

.auth-login-page .form-floating > .form-control {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.auth-login-page .auth-password-group {
    position: relative;
}

.auth-login-page .auth-password-group .form-control {
    padding-right: 3.2rem;
}

.auth-login-page .auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.55rem;
    transform: translateY(-50%);
    z-index: 5;
    width: 2.3rem;
    height: 2.3rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #f5f5f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.auth-login-page .auth-password-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-50%) scale(1.02);
}

.auth-login-page .auth-note {
    padding-top: 0.15rem;
    text-align: center;
    font-size: 0.92rem;
    opacity: 0.75;
}

@media (max-width: 768px) {
    .auth-login-page .auth-login-header {
        gap: 0.5rem 0.65rem;
    }
}
