
.nebula-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 18px 32px;
    min-width: 420px;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background:
            radial-gradient(circle at 30% 30%, rgba(120,180,255,.35), transparent 60%),
            radial-gradient(circle at 70% 60%, rgba(255,120,200,.25), transparent 60%),
            radial-gradient(circle at 50% 50%, rgba(80,200,180,.25), transparent 65%),
            #0b0f1a;
    box-shadow:
            0 10px 30px rgba(0,0,0,.45),
            inset 0 0 0 1px rgba(255,255,255,.08);
    transition: transform .2s ease, box-shadow .2s ease;



    align-items: center;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.nebula-button:hover {
    transform: translateY(-1px);
    box-shadow:
            0 14px 40px rgba(0,0,0,.55),
            inset 0 0 0 1px rgba(255,255,255,.12);
}

.google-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

html, body, #root {
    min-height: 100%;
    height: 100%;
}

.auth.login-bg,
.content-wrapper.full-page-wrapper.auth.login-bg,
.page-body-wrapper.full-page-wrapper,
.container-fluid.page-body-wrapper.full-page-wrapper,
.container-scroller {
    width: 100vw !important;
    min-height: 100vh !important;
}

.content-wrapper.full-page-wrapper.auth.login-bg {
    padding: 0 !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}