body.agent-auth-page {
    min-height: 100vh;
    color: var(--bs-dark);
    background-image:
        radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.10), transparent 34%),
        radial-gradient(circle at bottom right, rgba(var(--bs-secondary-rgb), 0.10), transparent 34%);
}

.agent-auth-shell {
    max-width: 980px;
}

.agent-auth-card {
    max-width: 460px;
}

.agent-auth-brand-bar {
    height: 6px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
}

.agent-auth-mark {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--bs-primary-rgb), 0.10);
    color: var(--bs-primary);
    font-size: 1.5rem;
    font-weight: 700;
    flex: none;
}

.agent-auth-link {
    text-decoration: none;
}

.agent-auth-link:hover {
    text-decoration: underline;
}

.agent-auth-control-row .dxbs-button,
.dxbs-textbox,
.dxbs-checkbox {
    width: 100%;
}
