.auth-page.section {
    padding-top: 48px;
    padding-bottom: 64px;
}

.auth-card-shell {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card {
    width: 100%;
    max-width: 520px;
    background: var(--surface-color, #fff);
    border: 1px solid color-mix(in srgb, var(--default-color, #2c4964), transparent 90%);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--default-color, #2c4964), transparent 92%);
}

.auth-card .auth-title {
    color: var(--heading-color, #2c4964);
    font-weight: 700;
}

.auth-card .auth-subtitle {
    color: #6c757d;
}

.auth-card.campusbook-material-form .form-floating > .form-control,
.auth-card.campusbook-material-form .form-floating > .form-select {
    min-height: 3.75rem;
}

.btn-auth-primary {
    background: var(--accent-color, #1977cc);
    color: #fff;
    border: none;
    border-radius: 10px;
    height: 50px;
    font-weight: 600;
}

.btn-auth-primary:hover,
.btn-auth-primary:focus {
    background: color-mix(in srgb, var(--accent-color, #1977cc), #000 15%);
    color: #fff;
}
