#loading_screen {
    z-index: 99996;
    position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#loading_screen_overlay {
    z-index: 99995;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: white;
    position: fixed;
    top: 0;
}

#smart_captcha_registration,
#smart_captcha_treatment,
#smart_captcha_accreditation {
    height: 100px !important;
}