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;
}
.custom-control-label{
    font-weight:400 !important;
    font-size:13px !important;
}
.btn-light {
    background: #fff;
    border:1px solid #fff;
}
.btn-primary{
    background: #fff;
    border:1px solid #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background: rgba(255,255,255,0.1) !important;
    border-color: #fff !important;
}
.custom-control-input{
    background: transparent !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border:1px solid #fff;
}
.custom-checkbox .custom-control-label::before{
    background: rgba(0,0,0,0.6) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.1rem rgba(233, 89, 185, 0.5);
}
.form-control.is-invalid {
    border: 1px solid rgba(255,66,66,1) !important;
}
.form-control.is-invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 66, 66, 0.5) !important;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background: rgba(255, 255, 255, 0.3) !important;
    border:1px solid #fff;
}

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

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

.external-provider {
    display: flex;
    justify-content: center;
}

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

    transition: background-image .15s ease-in-out;
}
.consent-container{
    padding: 16px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 16px;
}
.continue-btn-text {
    color: #181C32;
    vertical-align: middle;
    display: inline-block;
}
.terms-container{
    font-size: 11px;
    text-align: center;
}
.terms-text-container{
    color:rgba(255,255,255,0.6);
}
.text-separator {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}
.content-separator {
    content: " ";
    border-top: 1px solid rgba(255, 255, 255, 0.1);  
    margin-bottom: 12px;
}
.text-separator::before,
.text-separator::after {
    content: "";
    flex: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.text-separator-content{
    padding: 0 10px;
    color: #666;
    white-space: nowrap;
}
.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;
}