/* -------------------- */
/*      LOGIN PAGE      */
/* -------------------- */
body {
    width: 100% !important;
    height: 100%;
}
html {
    height: 100%;
}
.is-invalid {
    border: 1px solid red !important;
}
.main_login {
    height: 100%;
}
.height_100 {
    height: 100%;
    margin: 0;
}
.left_painel {
    height: 100%;
    background: url("../img/background.jpeg"), #5a6571 !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_painel .title {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    padding: 0 25% 0 25%;
    text-transform: uppercase;
    line-height: 52px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 2px;
}
.right_painel {
    margin-top: 20%;
}
.div_language {
    color: var(--color-font);
    padding-top: 20px;
}
.language {
    background-color: transparent;
    border: 0px;
    color: var(--color-font) !important;
}
.language option {
    background-color: #4d5152;
    color: var(--color-font);
}
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.login-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 30px 0 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 400px;
    text-align: center;
}
.login-box h2 {
    margin-bottom: 20px;
}
.login-box input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.login-box button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background: #5a8dc4;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.login-box button:hover {
    background: #497aa1;
}
.div_logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.login_form {
    position: relative;
    margin-top: 50%;
}
.login_content {
    padding: 0 !important;
    min-width: 0 !important;
}
.login_logo {
    width: 200px;
}
.login_msg {
    color: #dc3444;
    font-size: 12px;
    display: none;
    bottom: 10px;
    position: relative;
}
.login_msg_ok {
    color: #18d100;
    font-size: 12px;
    display: none;
    bottom: 10px;
    position: relative;
}
.forgot_pass {
    margin-top: -20px;
    margin-right: 10px;
    margin-bottom: 40px;
    float: right;
}
.login_button {
    /* margin-top: 30px; */
}
.btn-padding {
    height: 40px !important;
    /* padding: 0px !important; */
    padding-left: 40px;
    padding-right: 40px;
}
#BackresetPasswordBtn {
    display: none;
}
.div_pass {
    display: none;
}
.separator {
    margin-top: 50px !important;
}
.login_content form {
    margin: 0px;
}
.login-center {
    height: 80% !important;
}

/* ----------------- */
/*      COOKIES      */
/* ----------------- */
#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    background-color: var(--cookieNoticeProLight);
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: 0.85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../img/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p,
#cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p,
#cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}

/* -------------------- */
/*      LOGIN V2        */
/* -------------------- */
.login-v2 {
    background: #eef3f6;
    color: #21313c;
    min-height: 100%;
}
.login-v2 .height_100 {
    height: auto;
}
.login-v2-shell {
    display: grid;
    grid-template-columns: minmax(520px, 1.08fr) minmax(390px, .92fr);
    min-height: 100vh;
}
.login-v2-brand {
    background: linear-gradient(rgba(4, 20, 31, .62), rgba(4, 20, 31, .78)), url("../img/background.jpeg") center center / cover no-repeat !important;
    display: flex;
    min-height: 100vh;
    padding: 56px 64px;
}
.login-v2-brand-inner {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
}
.login-v2-kicker {
    color: #10f2c1;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .34em;
    line-height: 1.35;
    margin-bottom: 56px;
    text-transform: uppercase;
}
.login-v2-brand h1 {
    color: #fff;
    font-size: 74px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .98;
    margin: 0 0 72px;
    max-width: 760px;
    text-transform: none;
}
.login-v2-brand h1 span,
.login-v2-brand p span {
    display: inline;
}
.login-v2-highlight {
    color: #85bdc0;
}
.login-v2-brand p {
    color: rgba(238, 255, 255, .94);
    font-size: 28px;
    line-height: 1.35;
    margin: 0;
    max-width: 720px;
}
.login-v2-access {
    align-items: center;
    background: #f7fafb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 28px 44px 76px;
    position: relative;
}
.login-v2-logo-block {
    margin: 0 auto 56px;
    text-align: center;
}
.login-v2-top-logo {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 180px;
    object-fit: contain;
}
.login-v2-slogan {
    color: #85bdc0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 6px;
}
.login-v2 .div_language {
    color: #657584;
    padding: 0;
    position: absolute;
    left: auto;
    right: 44px;
    top: 36px;
    width: auto;
}
.login-v2 .div_language .col-md-12 {
    align-items: center;
    display: flex;
    gap: 8px;
    padding-right: 0 !important;
}
.login-v2 .language {
    color: #526574 !important;
    font-size: 13px;
}
.login-v2 .language option {
    background-color: #fff;
    color: #21313c;
}
.login-v2-card {
    background: #fff;
    border: 1px solid #dce6ec;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(28, 52, 67, .16);
    max-width: 440px;
    padding: 34px;
    width: 100%;
}
.login-v2 .login_wrapper {
    margin: 0;
    max-width: none;
    min-height: 0;
}
.login-v2 .login_form {
    margin-top: 0;
}
.login-v2 .login_content {
    text-align: left;
}
.login-v2 .login_content:before,
.login-v2 .login_content:after {
    content: none !important;
    display: none !important;
}
.login-v2 .login_content form {
    margin: 0;
}
.login-v2 .div_logo {
    display: none;
}
.login-v2 .login_content h1 {
    color: #6f8399;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 26px;
    position: relative;
    text-align: center;
}
.login-v2 .login_content h1:before,
.login-v2 .login_content h1:after {
    background: #8d8d8d;
    content: "";
    display: block !important;
    height: 1px;
    opacity: .6;
    position: absolute;
    top: 50%;
    width: 23%;
}
.login-v2 .login_content h1:before {
    left: 0;
}
.login-v2 .login_content h1:after {
    right: 0;
}
.login-v2 .form-group {
    margin-bottom: 14px;
    padding: 0;
}
.login-v2 .form-control {
    background: #f8fbfc;
    border: 1px solid #d7e2e8;
    border-radius: 6px;
    box-shadow: none;
    color: #20313c;
    font-size: 15px;
    height: 46px;
    padding-left: 58px;
}
.login-v2 .form-control:focus {
    background: #fff;
    border-color: #1abb9c;
    box-shadow: 0 0 0 3px rgba(26, 187, 156, .14);
}
.login-v2 .form-control-feedback {
    border-right: 1px solid #d7e2e8;
    color: #8ba0ae;
    height: 46px;
    left: 0;
    line-height: 46px;
    margin-top: 0;
    top: 0;
    width: 46px;
}
.login-v2 .toggle-password {
    color: #7c8f9d;
    cursor: pointer;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 4;
}
.login-v2 .forgot_pass {
    color: #247ca0;
    float: none;
    font-size: 13px;
    font-weight: 700;
    margin: 4px 0 22px;
    text-align: right;
}
.login-v2 .login_button {
    margin-top: 8px;
}
.login-v2 .btn-padding,
.login-v2 #loginBtn,
.login-v2 #rememberBtn,
.login-v2 #resetPasswordBtn,
.login-v2 #BackresetPasswordBtn {
    background: #17A2B8;
    border: 1px solid #17A2B8;
    border-radius: 6px;
    box-shadow: 0 12px 24px rgba(23, 162, 184, .2);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    height: 44px !important;
    padding: 0 18px;
    width: 100% !important;
}
.login-v2 .btn-padding:hover,
.login-v2 #loginBtn:hover,
.login-v2 #rememberBtn:hover,
.login-v2 #resetPasswordBtn:hover,
.login-v2 #BackresetPasswordBtn:hover {
    background: #13899c;
    border-color: #13899c;
}
.login-v2 .login_msg,
.login-v2 .login_msg_ok {
    border-radius: 6px;
    bottom: auto;
    display: none;
    font-size: 12px;
    line-height: 2.5;
    margin-bottom: 12px;
    padding: 9px 10px;
    position: relative;
}
.login-v2 .login_msg {
    background: #fff0f1;
    color: #b3313c;
}
.login-v2 .login_msg_ok {
    background: #eaf8f2;
    color: #14745f;
}
.login-v2 .separator {
    border-top: 1px solid #e5edf2;
    margin-top: 28px !important;
    padding-top: 18px;
    text-align: center;
}
.login-v2 .separator p {
    color: #7b8e9c;
    font-size: 12px;
    margin: 0;
}
.login-v2 #register,
.login-v2 #reset_password {
    background: transparent;
}
#signup:target ~ .login-v2-card .login_wrapper .registration_form,
#signin:target ~ .login-v2-card .login_wrapper .login_form {
    z-index: 22;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
#signup:target ~ .login-v2-card .login_wrapper .login_form,
#signin:target ~ .login-v2-card .login_wrapper .registration_form {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.login-v2 #pswd_info {
    left: 0;
    right: 0;
    width: auto;
}
@media (max-width: 980px) {
    .login-v2-shell {
        grid-template-columns: 1fr;
    }
    .login-v2-brand {
        min-height: 340px;
        padding: 34px;
    }
    .login-v2-brand h1 {
        font-size: 42px;
        margin-bottom: 28px;
    }
    .login-v2-kicker {
        font-size: 12px;
        margin-bottom: 22px;
    }
    .login-v2-brand p {
        font-size: 18px;
    }
    .login-v2-access {
        min-height: auto;
        padding: 80px 22px 38px;
    }
    .login-v2 .div_language {
        right: 22px;
        top: 20px;
    }
    .login-v2-logo-block {
        margin-bottom: 34px;
    }
    .login-v2-top-logo {
        width: 150px;
    }
    .login-v2-slogan {
        font-size: 13px;
    }
}
@media (max-width: 560px) {
    .login-v2-brand {
        min-height: 280px;
        padding: 24px;
    }
    .login-v2-brand h1 {
        font-size: 34px;
    }
    .login-v2-brand p {
        font-size: 14px;
    }
    .login-v2-card {
        border-radius: 8px;
        padding: 24px 18px;
    }
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow 0.3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0, -1px, 0);
}

/* ----------------- */
/*      LOADING      */
/* ----------------- */
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: auto;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e4559;
    opacity: 0.7;
    z-index: 9999999;
    align-content: space-around;
    display: none;
}
