@font-face {
    font-family: Quicksand;
    src: url("../fonts/quicksand/Quicksand.ttf");
    font-weight: 500;
}

@font-face {
    font-family: Quicksand;
    src: url("../fonts/quicksand/Quicksand.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Quicksand;
    src: url("../fonts/quicksand/Quicksand.ttf");
    font-weight: 700;
}

@font-face {
    font-family: Quicksand;
    src: url("../fonts/quicksand/Quicksand.ttf");
    font-weight: 900;
}

@font-face {
    font-family: Quicksand;
    src: url("../fonts/quicksand/Quicksand.ttf");
    font-weight: bold;
}

.pageContainer {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.formContainer {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    width: 300px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 0px;
}

.loginBackgroundImageContainer{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #f2f2f2;
}

.loginBackgroundImage {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: calc(100vw - 300px);
}

.loginBackgroundExternalFrame {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    scroll-behavior: smooth;
}

.loginFormBackground {
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 5;
    width: 40%;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(230, 230, 230, 0.8) 1%, rgba(240, 240, 240, 1) 3%, rgba(242, 242, 242, 1) 100%);
}

.moduleApp {
    display: flex;
    margin-top: auto;
    width: 100%;
}

.moduleApp a {
    width: 80%;
    margin: auto;
    text-align: center;
}

.moduleApp img {
    width: 40%;
    min-width: 250px;
}

body, input, select, textarea {
    font-family: Quicksand, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


body {
    background-color: transparent !important;
    font-family: Quicksand, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    margin: 0;
    padding-top: 0;
}

.brand-logo-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 10px;
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.1));
    width: 300px;
}

#login-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

#forgot-submit, #login-btn, #helpButton, #register-submit {
    background-color: #37BABF;
    border: 1px solid #fff !important;
    transition: .3s background ease-in-out, .5s color ease-in-out;
    font-family: Quicksand, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 8px !important;
    font-weight: 200;
    width: 290px;
}

#forgot-submit:hover, #login-btn:hover {
    background-color: #37BABF !important;
    color: #fff;
    filter: brightness(120%);
}

.brand-logo {
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    max-height: 250px;
    max-width: 270px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.g-recaptcha {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.g-recaptcha iframe {
    display: block;
}

#loginCaptcha > div, #needHelpCaptcha > div {
    margin-left: auto;
    margin-right: auto;
}

#loginContainer {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden !important;
}

.loginContainer .languageSelect {
    float: right;

}

.loginContainer .languageSelect select {
    margin-right: 1px;
    margin-top: 1px !important;
    border-radius: 0;
}

.formContainer .alert {
    border-radius: 0;
    display: block;
}

.formContainer .g-recaptcha iframe div.rc-anchor {
    border-radius: 0;
}

.formContainer .formLogin .control-group .control-label {
    color: #000000;
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
}

.formContainer .control-group .controls input {
    width: 290px;
    height: 40px;
    font-weight: 200;
    font-size: 1.2em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-top: 5px;
    color: #000000;
}

.formContainer .formLogin .control-group .controls textarea {
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.controls {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.controls button, .controls a {
    margin-left: 0px;
}

.formContainer .brand-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 40px;
}

.login-divider {
    background-color: #E0E0E0;
    width: 290px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}

.loginContainer .formContainer .formLogin button.loginButton,
.loginContainer .formContainer .formLogin a.loginButton {
    background-color: #41525C;
    width: 290px;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    line-height: 40px;
    margin-bottom: 5px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.2em;
}

.loginContainer .formContainer .formLogin button.loginButton:hover,
.loginContainer .formContainer .formLogin a.loginButton:hover {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    filter: brightness(120%);
}

.loginContainer .formContainer .formLogin h5.lead {
    color: #000000;
}

.loginContainer .moduleApp h4 {
    font-weight: normal;
    font-size: 13px;
}

.password-forgotten {
    cursor: pointer;
}

.loginButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.backButton {
    margin-top: 15px;
}

/*START MEDIA QUERY*/
@media (max-width: 800px) {
    .loginBackgroundImageContainer {
        display: none;
    }
    .loginFormBackground {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .login-container {
        margin-right: auto;
    }
}

@media (min-width: 451px) and (max-width: 1440px) {
    .loginContainer {
        margin-right: 0;
    }

    .form-forgot-password {
        margin-top: -110px;
    }

    #login-form-wrapper {
        margin-top: -100px;
    }

    #footer {
        height: 10% !important;
        padding: 1%;
    }

}

@media (min-width: 1441px) and (max-width: 1920px) {
    .loginContainer {
        margin-right: 0;
    }

    #login-form-wrapper {
        margin-top: -50px !important;
    }

    .form-forgot-password {
        margin-top: -3% !important;
    }

}

@media (min-width: 1921px) {
    .loginContainer {
        margin-right: 0;
    }
}

/*END MEDIA QUERY*/

/*FOOTER*/
.app-logo-wrapper {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 25px;
    text-align: center;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7%;
    background-color: rgba(0, 0, 0, .3) !important;
    padding-top: 1%;
    padding-bottom: 1%;
}

/*END FOOTER*/

/* ===== RESPONSIVE (always on bottom) ===== */

@media screen and (max-height: 850px) {

    body {
        padding-top: 0;
    }
}

@media screen and (max-height: 700px) {
    body {
        padding-top: 0;
        padding-bottom: 0;
    }

    body #footer {
        position: inherit;
    }

    .app-logo-wrapper {
        height: inherit;
    }

}

@media screen and (max-width: 270px) {
    body {
        padding-top: 0;
    }

    body .loginContainer,
    body #forgot-submit,
    body #login-btn,
    body#helpButton {
        width: 60%;
    }

    body .formContainer {
        padding-left: 0;
        padding-right: 0;
    }

}

.contentCentered {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
}

.contentCentered > *:not(script) {
    display: inline-block;
    vertical-align: middle;
}

.alert.alert-error {
    background-color: #CC3636;
    color: white;
    border-radius: 8px;
    font-size: 13px;
    padding-bottom: 9px;
}

.alert.alert-error::before {
    content: url('data:image/svg+xml;utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\"><path fill=\"none\" d=\"M0 0h24v24H0z\"/><path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-5h2v2h-2v-2zm0-8h2v6h-2V7z\" fill=\"rgba(255,255,255,1)\"/></svg>');
    width: 18px;
    height: 18px;
    display: inline-block;
    padding-right: 12px;
    vertical-align: middle;
    font-weight: 900;
    position: relative;
    top: 0;
    left: 0;
    margin-top: -10px;
}

.alert.alert-error a {
    color: white;
    border-bottom: 1px dotted white;
    padding-top: 7px;
}

.alert.alert-error .close {
    color: white;
    opacity: 0.8;
    margin-top: 0px;
    margin-right: 5px;
    font-size: 22px;
}

.registerDiv {
    cursor: pointer;
    font-size: 15px;
}

.registerComment {
    width: 274px;
    margin-left: 1px;
}

.registerForm .control-group .controls input {
    padding: 0 0 0 5px;
    width: 280px;
}

.loginContainer {
    position: relative;
}

.platform-language-select-container {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
}

#platformLanguageSelector {
    width: 60px;
}

#select2-platformLanguageSelector-results {
    text-align: center;
}

.show-register-form {
    cursor: pointer;
}

tldx-lmi-shadow-root {
    display: none;
}

#form-help .control-group {
    margin-bottom: -10px;
}