
.login-bg[data-v-1089f433] {
    background-color: var(--background);
    position: relative;
    overflow: hidden;
}
.login-bg[data-v-1089f433]::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        ellipse at center,
        rgba(106, 99, 239, 0.06) 0%,
        transparent 70%
    );
    pointer-events: none;
}
.login-bg[data-v-1089f433]::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 150, 255, 0.04) 0%,
        transparent 70%
    );
    pointer-events: none;
}
.dark .login-bg[data-v-1089f433]::before {
    background: radial-gradient(
        ellipse at center,
        rgba(106, 99, 239, 0.12) 0%,
        transparent 70%
    );
}
.dark .login-bg[data-v-1089f433]::after {
    background: radial-gradient(
        ellipse at center,
        rgba(0, 150, 255, 0.08) 0%,
        transparent 70%
    );
}
