/* BODY { background: red !important; } */

.overlay-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
}

.patient-login-form-title, .hcp-login-form-title {
    font-size: 1.5em;
    font-weight: bold;
}

.btn-modal-close {
    position: absolute;
    float: right;
    bottom: 0;
    right: 0;
}

.absorica-survey-patient-site-login-form {
    width: 45%;
    float: left;
}

.absorica-survey-hcp-site-login-form {
    width: 45%;
    float: right;
}
