.cms-auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 1.25rem;
}

.cms-auth-card {
    width: 100%;
    max-width: 520px;
    background: var(--cms-panel-bg);
    border: 1px solid var(--cms-border-subtle);
    border-radius: var(--cms-radius-md);
    padding: 1.5rem 1.5rem 1.1rem 1.5rem;
}

.cms-auth-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.cms-auth-logo {
    max-width: 260px;
    height: auto;
    display: block;
}

.cms-auth-content h1 {
    text-align: center;
    margin: 0 0 1rem 0;
}

.cms-auth-footer {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--cms-border-subtle);
    text-align: center;
    font-size: 0.75rem;
    color: var(--cms-text-muted);
}
.cms-auth-card {
    position: relative;
}

.cms-auth-theme-toggle {
    position: absolute;
    top: 14px;
    right: 14px;
    transform: scale(0.9);
}
