.auth-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f9
}
.auth-card {
    width: 100%;
    max-width: 420px
}
.auth-link {
    cursor: pointer
}
.form-label {
    font-size: 0.8em;
    margin-bottom: 0;
    font-weight: bold;
    color: #555;
}
.sso-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center
}
.text-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6c757d;
    font-size: 14px
}
.text-divider::before,
.text-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #dee2e6
}