.page-auth .auth-card {
    position: relative;
    overflow: hidden;
}

.page-auth .auth-card::before {
    content: "";
    position: absolute;
    inset: -110px auto auto -110px;
    width: 230px;
    height: 230px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(var(--accent-rgb), 0.18), transparent 62%);
}

.page-auth .auth-card > * {
    position: relative;
    z-index: 1;
}
