.overlay-wrapper {
    min-height: 70px;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before, .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #007bff !important;
}

.google-2fa-code {
    text-align: center;
    font-size: 16px;
}

.modal {
    text-align: center;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
.brand-link {
    display: inline-block;
    width: 100%;
}
