body {
    position: relative;
    color: #fff;
    background: #f7f7f7;
}

body .simple-login {
    position: relative;
    height: 400px;
    width: 100%;
    padding: 10% 10% 2%;
    margin: 0 auto;
    background: #fff;
}

body .simple-login .inputArea {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

body .simple-login .inputArea icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4%;
}

body .wrapper form .content input {
    width: 100%;
    padding: 3.5% 3.5% 3.5% 13%;
    border: 2px solid #fff;
    outline: none;
    border-radius: 50px;
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .simple-login .content input::-webkit-input-placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .simple-login .content input:-ms-input-placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .simple-login .content input::-ms-input-placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .simple-login .content input::placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .simple-login .content input[type="password"] {
    padding-right: 14%;
}

body .wrapper {
    position: relative;
    height: 640px;
    width: 100%;
    max-width: 800px;
    padding: 10% 10% 2%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body .wrapper .header {
    position: absolute;
    width: 80%;
    max-width: 568px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 6%;
}

body .wrapper .header .logo {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -1px;
}

body .wrapper .header .closeBtn {
    width: 19px;
    height: 19px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

body .wrapper .header .closeBtn svg {
    fill: #fff;
}

body .wrapper form {
    width: 100%;
    height: 80%;
    top: 20%;
}

body .wrapper form .content {
    width: 100%;
    margin-top: 20%;
    position: relative;
}

body .wrapper form .content input {
    width: 100%;
    padding: 3.5% 3.5% 3.5% 13%;
    border: 2px solid #fff;
    outline: none;
    border-radius: 50px;
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .wrapper form .content input::-webkit-input-placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .wrapper form .content input:-ms-input-placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .wrapper form .content input::-ms-input-placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .wrapper form .content input::placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

body .wrapper form .content input[type="password"] {
    padding-right: 14%;
}

body .wrapper form .content .rememberMe {
    font-weight: 500;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body .wrapper form .content .rememberMe span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body .wrapper form .content .rememberMe span input[type="checkbox"] {
    padding: 0;
    margin-top: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
}

body .wrapper form .content .rememberMe span label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    white-space: nowrap;
}

body .wrapper form .content .rememberMe a {
    text-decoration: none;
    text-align: right;
    color: #fff;
}

body .wrapper form .footer {
    position: absolute;
    left: 50%;
    bottom: 2%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    max-width: 568px;
    text-align: center;
}

body .wrapper form .footer .cancel {
    width: 100%;
    border: none;
    background: none;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    padding: 3%;
}

body .wrapper form .footer .login {
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff !important;
    color: #23467e;
    cursor: pointer;
    border-radius: 27px;
    padding: 3.5%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

body .wrapper form .footer .login img {
    width: 40px;
}

body .wrapper form .footer a {
    display: inline-block;
    margin-top: 7%;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
}

body .wrapper form .alert {
    position: relative;
    width: 100%;
    max-width: 568px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffa383;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

body .wrapper form .alert ul li:not(:first-child) {
    margin-top: 10px;
}

.inputArea {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.inputArea .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4%;
}

.inputArea .icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
}

.inputArea .icon.password-toggle {
    left: auto;
    right: 1.5%;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.inputArea .icon img {
    height: 100%;
}

.icon.password-toggle img {
    height: 100%;
}

.closeBtn img {
    height: 100%;
}


label {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    position: relative;
}

label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 18px;
    height: 18px;
    -webkit-transform-origin: center;
    transform-origin: center;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 6px;
    -webkit-transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89), -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: 3px;
    -webkit-transition: width 50ms ease 50ms;
    transition: width 50ms ease 50ms;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(305deg);
    transform: rotate(305deg);
    top: 11px;
    left: 5px;
    -webkit-transition: width 50ms ease;
    transition: width 50ms ease;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label span {
    background-color: #fff;
}

input[type="checkbox"]:checked + label span:after {
    width: 10px;
    background: #23467e;
    -webkit-transition: width 150ms ease 100ms;
    transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label span:before {
    width: 5px;
    background: #23467e;
    -webkit-transition: width 150ms ease 100ms;
    transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label:hover span {
    background-color: #fff;
}

input[type="checkbox"]:checked + label:hover span:after {
    width: 10px;
    background: #23467e;
    -webkit-transition: width 150ms ease 100ms;
    transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label:hover span:before {
    width: 5px;
    background: #23467e;
    -webkit-transition: width 150ms ease 100ms;
    transition: width 150ms ease 100ms;
}

@media screen and (min-height: 480px) {
    .inputArea .icon.password-toggle {
        right: 1%;
        width: 32px;
        height: 32px;
    }
}

@media screen and (min-height: 568px) {
    .inputArea .icon.password-toggle {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-height: 568px) {
    label span {
        width: 16px;
        height: 16px;
    }

    label span:before {
        content: "";
        top: 5px;
        left: 2px;
    }

    label span:after {
        content: "";
        top: 10px;
        left: 4px;
    }
}

@media screen and (min-height: 667px) {
    .inputArea .icon.password-toggle {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-height: 736px) {
    .inputArea .icon.password-toggle {
        width: 39px;
        height: 39px;
    }
}

@media screen and (min-height: 812px) {
    .inputArea .icon.password-toggle {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 668px) and (min-height: 569px) {
    body .wrapper {
        padding: 8% 0 2%;
        margin: 0 auto;
        max-width: 568px;
    }

    body .wrapper .header {
        width: 100%;
    }

    body .wrapper .content {
        width: 100%;
    }

    body .wrapper form .content input {
        font-size: 1.6rem;
    }

    .inputArea .icon {
        width: 32px;
        height: 32px;
    }

    .inputArea .icon.password-toggle {
        width: 56px;
        height: 56px;
        right: 0.5%;
    }

    body .wrapper form .alert {
        margin-top: 40%;
    }
}

/*# sourceMappingURL=style.css.map */

.loginPage {
    min-height: 100vh;
}

/* Hide input type=password eye */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.loginPage .header {
    padding: 16px 0;
    position: relative;
    text-align: center;
}

.loginPage .header-bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg_header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.loginPage .header-logo {
    display: block;
    margin: 0 auto;
    width: 134px;
    height: auto;
}

.loginPage .main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 69px);
    margin: 0 auto;
    padding: 24px 0 40px 0;
    background-color: #ffffff;
}

.loginPage .main-container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 375px;
}

.loginPage .main-title {
    margin: 0 auto;
    max-width: 70%;
    margin-bottom: 32px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #00285c;
}

@media (min-width: 768px) {
    .loginPage .header {
        padding: 52px 0;
    }

    .loginPage .header-bg {
        height: 220px;
        background-position: center center;
        background-size: cover;
    }

    .loginPage .header-logo {
        width: 188px;
    }

    .loginPage .main {
        margin-bottom: 40px;
        padding: 40px 0;
        min-height: auto;
        max-width: 600px;
        border-radius: 15px;
        -webkit-box-shadow: 0 11px 55px rgba(0, 0, 0, 0.11);
        box-shadow: 0 11px 55px rgba(0, 0, 0, 0.11);
    }

    .loginPage .main._wide {
        max-width: 90%;
    }

    .loginPage .main-title {
        max-width: initial;
    }
}

@media (min-width: 1024px) {
    .loginPage .main._wide {
        max-width: 1000px;
    }
}

@-webkit-keyframes btn_loading {
    0% {
        background-position-x: 200%;
    }

    100% {
        background-position-x: 0%;
    }
}

@keyframes btn_loading {
    0% {
        background-position-x: 200%;
    }

    100% {
        background-position-x: 0%;
    }
}

.loginPage .t-button {
    text-decoration: none;
    padding: 12px;
    margin-bottom: 10px;
    display: inline-block;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    background-color: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, transform 0.3s;
    transition: color 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.loginPage .t-button:hover {
    text-decoration: none;
}

@media (pointer: fine) {
    .loginPage .t-button:hover {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.loginPage .t-button._t-loading {
    position: relative;
    overflow: hidden !important;
}

.loginPage .t-button._t-loading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.15)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.15) 50%);
    background-size: 200%;
    -webkit-animation: btn_loading 0.7s infinite linear;
    animation: btn_loading 0.7s infinite linear;
}

.loginPage .t-button.t-button:disabled,
.loginPage .t-button.t-button._t-disabled {
    background-color: #E9E9E9;
    color: #B3B1B1;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.loginPage .t-button.t-button:disabled:hover,
.loginPage .t-button.t-button._t-disabled:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.loginPage .t-button-primary,
.loginPage a.t-button-primary {
    background-color: #002e6c;
    color: #ffffff;
}

.loginPage .t-button-primary:hover {
    background-color: #00285e;
}

.loginPage .t-button-secondary,
.loginPage a.t-button-secondary {
    background-color: #57c8e7;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 22px rgba(59, 207, 241, 0.3);
    box-shadow: 0 3px 22px rgba(59, 207, 241, 0.3);
}

.loginPage .t-button-secondary:hover {
    background-color: #53bedb;
}

.loginPage .t-button-accent,
.loginPage a.t-button-accent {
    background-color: #ffe13a;
    color: #002e6c;
    -webkit-box-shadow: 0 6px 22px rgba(229, 199, 20, 0.33);
    box-shadow: 0 6px 22px rgba(229, 199, 20, 0.33);
}

.loginPage .t-button-accent:hover {
    background-color: #f0d437;
}

.loginPage .t-button.t-button-outline-primary:disabled,
.loginPage .t-button.t-button-outline-primary._t-disabled,
.loginPage .t-button.t-button-outline-secondary:disabled,
.loginPage .t-button.t-button-outline-secondary._t-disabled,
.loginPage .t-button.t-button-outline-accent:disabled,
.loginPage .t-button.t-button-outline-accent._t-disabled {
    background-color: transparent;
    color: #B3B1B1;
    border-color: #B3B1B1;
}

.loginPage .t-button-block {
    width: 100%;
}

.loginPage .form-group {
    margin-bottom: 12px;
}

.loginPage .form-label {
    display: block;
    color: #B3B1B1;
    font-size: 12px;
    margin-bottom: 4px;
}

.loginPage .form-input {
    padding: 12px;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    background-color: #eeecec;
    color: #002e6c;
    font-size: initial;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.loginPage .form-input::-webkit-input-placeholder {
    color: #b3b1b1;
}

.loginPage .form-input::-moz-placeholder {
    color: #b3b1b1;
}

.loginPage .form-input::-ms-input-placeholder {
    color: #b3b1b1;
}

.loginPage .form-input::placeholder {
    color: #b3b1b1;
}

.loginPage .form-input:focus, .loginPage .form-input:focus-visible {
    border: 1px solid #57c8e7;
    background-color: #ffffff;
}

.loginPage .form-input:disabled {
    background-color: #e0dfdf;
}

.loginPage .input-password-wrapper {
    position: relative;
}

.loginPage .input-password-wrapper > input {
    padding-right: 25px;
}

.loginPage .input-password-eye {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABkCAMAAADzNpNpAAAAVFBMVEUAAAAAMHAAKGgAKmoALW0ALGwALWsALWwALmsALWoALmsALmwALmwALWsALmwALWsALWsALWwALWsALWwALWwALmsALWwALmsALmsALmwALmsALmyitVq+AAAAG3RSTlMAECAwP0BPUF9gcH+Aj5CfoK+wv8DP0N/g7/B2lF5RAAACHElEQVR42u2W23LrIAxFuYQ6xPGlAV9g//9/HstAmDO1Tfzaer1EpexISJrJZhcXvxd+b4wDnGnu/COB6oBMp4oCEQWjtWMUiWNF5QDMTxUTPmcArjpSNCTQFMn7l6RPTaJmX0FFtSFsAQyUjFPU7Sk0AB3jBwidjzeR8V8pCyGSRm5KJuCR5YE+pRw2BHRu45PqBolwYoHHZhIvwvCRiQUJj2lDMsMFiQAy8chh3i7MhMgjE04MFbbBnM57JPLzx8Mm58pyk70sjJKC8ijfFTV8CZTFgl0XptlT5JlPd4qkUoI+79ORgqg8ieobW7nVJPAVO0TEdg3GDLFpgpVQURQFin0C1631gLet5uzi4uLi92IGeVZi4dRJCX8Bmp2kBbqzGu0x8OD6OgNgMs0XL2ikxyQXKTKu5Pr4CFeFn8z5U9fHe6BmrEqury24vuQKOnqAqOsb/8D1td2SITRBesDVdFhyfcNyeYaTS5oxXdUgp7KJQpgmt3A6vCtMV+26vuE9/z6U/wSmlH46cH3pzjen4cZvfxVcH1uuKQ9abelV2fURtqHXr6vNS67vO0Qvquq/1TYUb6aBfjdbrK/v8jN3XV+VPK5TebU1ALW7LNBxPSlKq23Lrm9B07W82s+S6/u52mXX1yTXV+XVLrs+Z4wDkFf7CNl7vPGPtNrH8Kq18+r6Kr7+HXpxgrTaJ8irfQ7lYdhJxGjZxZ/nH4j/Pq3XQMYMAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 25px 50px;
    border: none;
}

.loginPage .input-password-eye._t-show {
    background-position: 0 -25px;
}

.loginPage .input-password-eye {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABkCAMAAADzNpNpAAAAVFBMVEUAAAAAMHAAKGgAKmoALW0ALGwALWsALWwALmsALWoALmsALmwALmwALWsALmwALWsALWsALWwALWsALWwALWwALmsALWwALmsALmsALmwALmsALmyitVq+AAAAG3RSTlMAECAwP0BPUF9gcH+Aj5CfoK+wv8DP0N/g7/B2lF5RAAACHElEQVR42u2W23LrIAxFuYQ6xPGlAV9g//9/HstAmDO1Tfzaer1EpexISJrJZhcXvxd+b4wDnGnu/COB6oBMp4oCEQWjtWMUiWNF5QDMTxUTPmcArjpSNCTQFMn7l6RPTaJmX0FFtSFsAQyUjFPU7Sk0AB3jBwidjzeR8V8pCyGSRm5KJuCR5YE+pRw2BHRu45PqBolwYoHHZhIvwvCRiQUJj2lDMsMFiQAy8chh3i7MhMgjE04MFbbBnM57JPLzx8Mm58pyk70sjJKC8ijfFTV8CZTFgl0XptlT5JlPd4qkUoI+79ORgqg8ieobW7nVJPAVO0TEdg3GDLFpgpVQURQFin0C1631gLet5uzi4uLi92IGeVZi4dRJCX8Bmp2kBbqzGu0x8OD6OgNgMs0XL2ikxyQXKTKu5Pr4CFeFn8z5U9fHe6BmrEqury24vuQKOnqAqOsb/8D1td2SITRBesDVdFhyfcNyeYaTS5oxXdUgp7KJQpgmt3A6vCtMV+26vuE9/z6U/wSmlH46cH3pzjen4cZvfxVcH1uuKQ9abelV2fURtqHXr6vNS67vO0Qvquq/1TYUb6aBfjdbrK/v8jN3XV+VPK5TebU1ALW7LNBxPSlKq23Lrm9B07W82s+S6/u52mXX1yTXV+XVLrs+Z4wDkFf7CNl7vPGPtNrH8Kq18+r6Kr7+HXpxgrTaJ8irfQ7lYdhJxGjZxZ/nH4j/Pq3XQMYMAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 25px 50px;
    border: none;
    background-position: 0 -25px;
}

.loginPage .input-password-eye._t-show {
    background-position: 0 0;
}


.loginPage .input-captcha-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.loginPage .input-captcha-wrapper > .form-input {
    margin-right: 5px;
}

.loginPage .input-captcha-wrapper > img {
    width: auto;
    height: 48px;
    border-radius: 5px;
}

.loginPage .input-captcha-refresh {
    margin-left: 5px;
    width: 45px;
    height: 45px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAcpJREFUSEu1VUtSwkAU7IfgVjyBscqwdW5g3FmQBTcQTyBH4Ah4AvEEQhkod+INnltCFeEGuFXkWROIBMgPkFmlajLdPa/f6yEceNGu+Ia6MTx+9dLO70xgqsqEQM0BO40kkp0ILpRt5YA3DfyF6XnSTVIJdCkKOLoHYBFIzdWKB5DhfwF9l53ruFskEpjKbhKgwROXYHbncq8V9VMsgakqLQLdLg/JWEC+qQRchcEEeHfZsTIThJUL5BOQeqBQl+wY+VGIuPOFQs3j9iQTQRhgAW653OPgsKnKNULuEZDxDFQbstPfqotW1W/W1lRlJSBrikIrTnWYcMMDU9l9XWOt3uVuMc3gtP0NgpKyZdF+scalgSbeYBeCkrIbAjkRSH/IvU4agTb0UoCJy85pFrUlVdGDd6aNH3DXH8BgRXnwN1xJAxQAhGNDIE8ud2uJBKttisk38udx3WKoarGA6YgAvxmicilykldbFTo17wb80g4r08oJeA7ABXhw2amvlzQ2KkrK9r0ITay3jAoxgrBb7H8M2FkE4SrF3mEXpzzW5PUrzuM6XydIdd4p/pSMdUx/46eR9qqlvgdZ2nSrLNoXMLPJ/0V08BL9AkEmyBnlaRR/AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
}

.loginPage .form-errorMsg {
    position: relative;
    margin-top: 5px;
    padding: 10px 10px 10px 10px;
    background-color: #ffe6e6;
    color: #e62e2e;
    border-radius: 5px;
    font-size: 12px;
}

.loginPage .checkbox-item {
    margin-top: 5px;
    margin-bottom: 28px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.loginPage .checkbox-item > input {
    position: absolute;
    visibility: hidden;
}

.loginPage .checkbox-item-pseudoCheckbox {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #D6D6D6;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.loginPage .checkbox-item-pseudoCheckbox:before {
    content: none;
}

.loginPage .checkbox-item-pseudoCheckbox:after {
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 1;
    width: 10px;
    height: 7px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    left: 44%;
    top: 62%;
    border-radius: 0;
    background: none;
}

.loginPage .checkbox-item-content {
    padding-top: 4px;
    font-size: 12px;
    color: #002e6c;
}

.loginPage input[type="checkbox"]:checked + .checkbox-item-pseudoCheckbox {
    background-color: #4db5ff;
}

.loginPage .header._withPartner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loginPage .header._withPartner .header-logo {
    width: 100%;
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginPage .header._withPartner .header-logo.header-logo-primary .header-logo-sbo {
    width: 35%;
}

.loginPage .header._withPartner .header-logo.header-logo-primary .header-logo-divide {
    background-color: #002e6c;
}

.loginPage .header._withPartner .header-logo-divide {
    margin: 0 3%;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px;
    height: 95%;
    background-color: #ffffff;
}

.loginPage .header._withPartner .header-logo-sbo {
    max-width: 130px;
}

.loginPage .header._withPartner .header-logo-partner {
    max-width: 41px;
}

@media (min-width: 768px) {
    .loginPage .header._withPartner {
        padding: 50px 0 30px;
    }

    .loginPage .header._withPartner .header-bg {
        background-size: cover;
    }

    .loginPage .header._withPartner .header-logo.header-logo-primary .header-logo-sbo {
        width: 26%;
    }

    .loginPage .header._withPartner .header-logo-sbo {
        max-width: 188px;
    }

    .loginPage .header._withPartner .header-logo-partner {
        max-width: 41px;
    }
}

.loginPage .main {
    min-height: calc(100vh - 150px);
}

@media (min-width: 768px) {
    .loginPage .main {
        min-height: auto;
    }
}

.loginPage .loginHelp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.loginPage .loginHelp-link.loginHelp-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px 0 0;
    text-decoration: underline;
    color: #002e6c;
}

.loginPage .loginHelp-link.loginHelp-link:nth-child(2n) {
    padding: 0 0 0 10px;
    text-align: right;
}

.loginPage .loginHelp-link.loginHelp-link > svg {
    width: 15px;
    height: 15px;
    fill: #002e6c;
}

.alert-dialog {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}

.t-button._t-loading {
    position: relative;
    overflow: hidden !important;
}

.t-button._t-loading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.15)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.15) 50%);
    background-size: 200%;
    -webkit-animation: btn_loading 0.7s infinite linear;
    animation: btn_loading 0.7s infinite linear;
}
