body {
    background: #111722 !important;
}

.auth-shell-premium {
    grid-template-columns: minmax(420px, 560px) minmax(0, 1fr);
    background: #111722;
}

.auth-shell-premium .auth-panel {
    padding: 44px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 249, 253, .98));
}

.auth-shell-premium .auth-card {
    max-width: 440px;
}

.auth-shell-premium .auth-brand {
    width: 100%;
    min-height: 128px;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    padding: 18px;
    border: 1px solid #e2e9f4;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(18, 29, 52, .08);
}

.auth-shell-premium .auth-brand img {
    width: 310px;
    max-height: 96px;
}

.auth-shell-premium .auth-card h1 {
    font-size: 34px;
    font-weight: 900;
}

.auth-shell-premium .auth-subtitle {
    font-size: 15px;
}

.auth-shell-premium .form-control {
    min-height: 52px;
    border-radius: 10px;
}

.auth-shell-premium .btn-primary {
    min-height: 52px;
    border-radius: 10px;
}

.auth-shell-premium .auth-visual {
    padding: 70px;
    background:
        linear-gradient(115deg, rgba(17, 23, 34, .92), rgba(47, 110, 219, .54)),
        url("../images/banner.png") center/cover no-repeat;
}

.auth-shell-premium .auth-visual-content h2 {
    font-size: 50px;
}

@media (max-width: 991.98px) {
    .auth-shell-premium {
        grid-template-columns: 1fr;
    }

    .auth-shell-premium .auth-panel {
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .auth-shell-premium .auth-brand {
        min-height: 110px;
    }

    .auth-shell-premium .auth-brand img {
        width: 250px;
    }
}
