html, body {
    min-width: 360px;
}
body {
    font-family: "Inter", sans-serif;
    font-weight: 500 !important;
    font-size: 14px;
}
body i{
    font-family: 'Open Sans', sans-serif !important;
}
:not(:defined) {
    visibility: hidden;
}
.form-control {
    border-radius:8px !important;
}
.btn {
    border-radius: 8px !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}
#loadingContainer {
    position: relative;
}

#loadingSpinner {
    display: flex;
    margin: auto;
}
.color-gray {
    color: #A5A5B2 !important;
}
.underline-ref{
    text-decoration: underline
}
.message-success {
    color: #3C19CD !important;
}
#loadingOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: none;
    top: 0;
    left: 0;
    border-radius: 7px;
    z-index: 9999;
}
.qrCodeImage {
    margin: auto;
}
.subtitle {
    font-weight: 400;
}

a {
    color: #3C19CD !important
}

.btn:disabled {
    cursor: auto;
}

.btn-light {
    background: #fff;
    border-color: #ced4da;
}
.btn-primary {
    background: #3C19CD !important;
    border-color: #3C19CD !important;
}
    .btn-primary:hover:not(:disabled) {
        background: #2E12A0 !important;
    }
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(60,25,205,.5);
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(46,16,160,.5);
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: #3C19CD !important;
    border-color: #3C19CD !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #3C19CD !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(46,16,160,.5);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background: rgba(46,16,160,.5) !important;
    border-color: rgba(46,16,160,.5) !important;
}

.validation-summary-errors ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.validation-summary-errors ul li {
    text-align: center;
}

.external-provider {
    display: flex;
}

.external-provider-icon {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin: 0;

    transition: background-image .15s ease-in-out;
}

.continue-btn-text {
    color: #181C32;
    vertical-align: middle;
    display: inline-block;
}
.text-separator {
    font-size: 12px;
    color: #A5A5B2;
    text-align: center;
}

.password-icon {
    position: absolute;
    right: 5px;
    bottom: calc(50% - 11px);
}
    .password-icon :hover {
        cursor: pointer
    }

#logo {
    margin-top: 80px;
}

div.g-recaptcha > div {
    margin: auto;
}

.form-group:has(> .password-icon-group > .is-invalid) > .invalid-feedback {
    display: block;
}

.password-hint {
    line-height: 16px !important;
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    color: #A5A5B2;
    font-weight: 300;
}
.password-hint-error {
    line-height: 16px !important;
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    color: #dc3545;
    font-weight: 300;
}