html,
body {
  height: 100%;
}

/***************/
/*** BANNERS ***/
/***************/
.top_banner_img {
    width: 100%;
    object-fit: contain;
}

/************/
/*** FORM ***/
/************/
.login_form {
    padding: 0.5rem;
    overflow: hidden;
    margin-top: -2rem;
}
.login_title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: var(--vigie-regular-font);
    margin-bottom: 3rem;
}
.login_title.reduced_spacing {
    margin-bottom: 2rem !important;
}
.login_title.without_spacing {
    margin-bottom: 0.6rem !important;
}

.login_recover_password{
    margin-top: -0.8rem;
}

.login_button.recover_password{
    margin: 0.125rem auto !important;
}
.login_input_container.recover_password{
    margin-bottom: 0rem !important;
}
/* Input container */
.login_input_container{
    width:500px;
    margin: auto;
    margin-bottom: 0.5rem;
}

/* Input label */
.login_input_label {
    height: 1.2rem;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.007px;
    color: var(--vigie-regular-font);
    display: block;
}
.login_input_label_error {
    color: var(--vigie_error) !important;
}

/* Input */
.login_input  {
    width: 31rem;
}
.login_input:focus {
    outline: none !important;
    border: 1px solid var(--vigie-input-border-with-focus) !important;
}
.login_input_error{
    border-radius: 4px;
    border: solid 1px var(--vigie_error);
}
.show_hidden_pass{
    width: 25px;
    height: 25px;
    position: relative;
    top: -2.5625rem;
    right: 1.5rem;
    float: right;
    cursor: pointer;
}

/* Error message */
.login_wrong_error{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.006125px;
    color: var(--vigie_error);
}

/* Login button */
.login_button {
    margin: 3.125rem auto;
    width: 31rem;
    display: block;
}
.login_button.lower_top_margin {
    margin: 1.125rem auto !important;
}
.login_button:disabled {
    opacity: 0.3;
    pointer-events: none !important;
}
.login_button.small_button {
    width: 20rem;
    margin: 3rem auto 0 auto;
}

/* Forgot password link */
.forgot_password{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: var(--vigie-regular-font-lighter);
    display: block;
}

/* Recover password */
.subtext_info_container{
    margin-bottom: 4rem;
    text-align: center;
}
.subtext_info_container.reduced_spacing {
    margin-bottom: 2rem !important;
}
label.reset_password{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--vigie-regular-font);
    margin-bottom: 2rem !important;
}
.reset_password_info{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--vigie-regular-font);
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.reset_password_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.subtext_info_container_wait {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.002em;
    color: var(--vigie-reset-password-subtext);
    width: 100%;
}

/* Set new password */
.set_new_password_info {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--vigie-regular-font);
}
.set_new_pass_evaluation_container{
    float: right;
}
.field_error_span {
    color: var(--vigie_error) !important;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.006px;
}

/* Session Expired */
.recover_info {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--vigie-regular-font);
}


















.login_img_div{
    height: 100vh;
}
.login_img{
    min-height: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: -9px -6px 20px 0px;
}


.login_input_div_phone_validation{
    width: 500px;
    margin: 2rem auto;
}

.login_button.phone_validation{
    margin: 0 auto 1rem;
}

.recover_info_18_bolder{
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 19.2px;
    letter-spacing: normal;
    text-align: center;
    color: var(--vigie-regular-font);
}
.recover_info_18{
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 19.2px;
    letter-spacing: normal;
    text-align: center;
    color: var(--vigie-regular-font);
}

.show_hidden_pass_reset{
    width: 25px;
    height: 25px;
    padding: 3px 2px 3px 3px;
    object-fit: contain;
    position: relative;
    top: 13px;
    float: right;
    cursor: pointer;
}
.selectpicker_menu_lang_choose {
    border: 0px;
    outline: 0px;
    background-color: #f0f8ff00;
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--vigie-regular-font);
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    border-radius: 20px;
    padding: 3px 2px;
}

.password_tooltips {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    display: inline;
    background-color: #f0f8ff00;
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.progress{
    height: 0.5rem !important;
    width: 60px;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}
.eula_div{
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 60px;
    margin-left: 30px;
}
.eula_checkbox{
    cursor: pointer;
}
.row{
    --bs-gutter-x: 0 !important;
}
.subtext_info_div_phone_validation{
    margin: 1rem auto 3rem;
    max-width: 33rem;
}
.login_language_div{
    position: absolute;
    top: 5px;
    right: 10px;
}
.first_time_v3{
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    color: var(--vigie);
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.back_to_login{
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    color: var(--vigie-ok);
    margin-top: -1rem;
    margin-left: 2.5rem !important;
    z-index: 999;
}
.back_to_login:hover{
    text-decoration: underline var(--vigie-ok);
    color: var(--vigie-ok);
}

.back_to_previous_screen{
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    color: var(--vigie);
    display: block;
    text-align: left;
    position: absolute;
    top: 2rem;
    max-width: 5rem;
}

.back_to_previous_screen > img
{
    padding-right: 0.5rem;
}

.set_new_password_form
{
    margin-top:10% !important;
}

@media only screen and (max-width: 1480px) {
    .set_new_password_form
    {
        margin-top:1% !important;
    }
}

@media only screen and (max-width: 1550px) {
    .set_new_password_form
    {
        margin-top:2% !important;
    }
}

/* Phone Validation Modal */
#modal_phone_validation_message > .modal-dialog {
    min-width: 700px !important;
}

#phone_validation_body
{
    margin: 50px 75px;
}

.display_none
{
    display: none !important;
}

.cursor_pointer
{
    cursor: pointer !important;
}

.resend_code
{
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    width: 500px;
    color: var(--vigie);
    display: block;
    text-align: right;
    margin: 0.5rem auto 4rem;
}

.icon_circular_arrow
{
    padding-bottom: 3px;
    padding-right: 5px;
}

.block_actions
{
    cursor: no-drop !important;
}

fieldset, form, .forgot_password, .first_time_v3, .login_title, form
{
    width: 100%;
    margin: auto;
}

.login_form
{
    margin-top: -3rem !important;
}

.login_title
{
    margin-bottom: 2rem !important;
}

.forgot_password
{
    width: fit-content !important;
}

#mobile_login_form_container
{
    top:0;
    left:0;
    height: 100vh;
    width: 100%;
    position: absolute;
    background:white;
    z-index:1000;
}

.mobile_login_form_container_title
{
    width: 75%;
    color:var(--darker_text);
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.005em;
}

@media (min-height: 700px)
{
    .mobile_login_form_container_title
    {
        margin-top:25px !important;
        width: 75%;
        color:var(--darker_text);
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.005em;
    }
}

.mobile_a_href_link_website {
    text-decoration:none !important;
}

.mobile_login_form_container_image
{
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    z-index:1001;
    margin-top: -50px !important;
}

.download_app_store_btn
{
    min-width: 180px;
    height: 35px;
    object-fit: contain;
    border-radius: 4px;
    border: solid 1px var(--vigie-ok);
    background-color: var(--vigie-ok);
    display: block;
    margin: 0px auto;
}

.download_app_store_btn_text
{
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
}
.otp_phone_code_error {
    width: 100%;
    text-align: center;
}
.otp_phone_code_error_container {
    width: 100%;
    text-align: center;
}
.otp_phone_code_error_container {
    text-align: center;
}

.login_content_upper{
    margin-top: -80px !important;
}

.login_span_link{
    font-family: Lato;
    font-style: normal;
    font-weight: 40;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.0720588px;
    color: var(--vigie-resend);
    text-decoration: underline;
    cursor: pointer;
}