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

body {
    background: linear-gradient(135deg, #0f172a 0%, #111827 55%, #1f2937 100%);
}

#page-container {
    min-height: 100vh;
}

.bg-image {
    background-position: center;
    background-size: cover;
}

.bg-body-dark {
    background:
        radial-gradient(circle at top, rgba(59, 130, 246, .2), transparent 38%),
        linear-gradient(135deg, #0f172a 0%, #111827 100%) !important;
}

.hero-static.col-lg-8.d-flex.flex-column.align-items-center.bg-white {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .95));
}

.content.content-full {
    width: min(100%, 560px);
    margin: 0 auto;
}

.content.content-full.overflow-hidden {
    max-width: 440px;
}

.block.block-themed.block-rounded.block-fx-shadow {
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .2);
}

.block-header {
    border: 0;
}

.block-header.bg-primary-light {
    background: linear-gradient(135deg, #2563eb, #38bdf8) !important;
}

.block-header.bg-gd-emerald {
    background: linear-gradient(135deg, #0f766e, #10b981) !important;
}

.block-header.bg-pulse-light {
    background: linear-gradient(135deg, #be185d, #fb7185) !important;
}

.block-header.bg-elegance-light {
    background: linear-gradient(135deg, #4f46e5, #8b5cf6) !important;
}

.block-header .block-title {
    color: #fff !important;
    font-weight: 700;
    letter-spacing: .04em;
}

.form-control,
.form-control-alt {
    border-radius: 14px;
    border-color: #d8e1f0;
    background-color: rgba(248, 250, 252, .98);
}

.form-control:focus,
.form-control-alt:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 130, 246, .14);
}

.btn {
    border-radius: 12px;
}

.btn.btn-alt-primary {
    box-shadow: 0 10px 22px rgba(37, 99, 235, .16);
}

.btn.btn-alt-secondary {
    box-shadow: 0 10px 22px rgba(71, 85, 105, .14);
}

.btn.btn-alt-success {
    box-shadow: 0 10px 22px rgba(16, 185, 129, .16);
}

.aggregate-login-icons {
    gap: 12px;
}

.aggregate-login-icon {
    width: 38px;
    height: 38px;
    box-shadow: 0 8px 16px rgba(31, 56, 117, .22);
}

.login-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
    gap: 12px;
    width: 100%;
}

.login-action-grid .btn,
.login-action-grid a {
    min-height: 46px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .login-action-grid {
        grid-template-columns: 1fr;
    }
}
