.gb-auth-shell {
    min-height: 70vh;
}

.gb-auth-logo {
    max-width: 120px;
    height: auto;
}

.gb-mfa-code {
    letter-spacing: .5rem;
    font-weight: 700;
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .gb-auth-shell {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .gb-auth-shell .card-body {
        padding: 1.5rem !important;
    }
}
