@font-face {
    font-family: 'Lato-regular';
    src: url('/fonts/Lato-Regular.eot?');
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Lato-Regular.woff') format('woff'), url('/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-size: 16px;
    font-family: "Lato-regular", "Arial", sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    word-break: break-word;
}

.logo-main {
    margin: 20px 0;
}

h1 {
    margin-top: 30px;
    font-weight: 800;
    font-size: 22px;
}

.sca-wrap {
    padding: 20px 60px 20px 60px;
    margin: 0 auto;
    max-width: 800px;
}

.sca-internal nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav a {
    text-decoration: none;
    color: black;
    padding: 15px;
    display: block;
    border-radius: 3px;
    transition: background-color .5s;
    font-weight: bold;
}

nav a:focus,
nav a:hover {
    background-color: #e3e3e3;
}
    
.country-nav {
    position: relative;
}

.country-selector-flag {
    vertical-align: middle;
    width: 90px;
}

.country-selector-txt {
    margin-left: 10px;
}

.country-selector-arr {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.footer-compare-txt {
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}

.main-footer a {
    text-decoration: underline;
}

.main-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

@media (max-width:450px) {
    .sca-wrap {
        padding: 15px;
    }
}

.sca-title {
    margin-bottom: 20px;
    color: #343333;
}

.sca-title.confirm-login-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #343333;
}

.sca-title .inner {
    width: calc( 100% - 80px );
    vertical-align: middle;
}

.sca-title .txt-back-to-login {
    display: none;
}

.back-to-login {
    float: right;
}

.back-to-login .txt-back,
.back-to-login .txt-back-to-login {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
}

.browser-warning {
    color: #ff0000;
    margin-top: 5px;
    font-size: 12px;
}

.browser-warning a {
    text-decoration: underline;
    color: #ff0000;
}

.warning {
    width: 25px;
    vertical-align: middle;
}

input :focus {
    outline: none;
}

.input-and-button-wrapper {
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
}

.input-and-button-wrapper.confirm-login-wrapper {
    text-align: center;
    margin-bottom: 0;
}

.input-holder {
    display: inline-block;
    float: left;
}

.input-holder .input-field {
    width: 165px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #979797;
    background-color: white;
    font-size: 16px;
    line-height: 1;
    color: #343333;
}

.input-holder .field-validation-error {
    display: block;
    margin-top: -10px;
    padding-bottom: 15px;
    color: #ff0000;
}

.input-holder .input-validation-error {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.login-button {
    width: 110px;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    background-color: #1e194a;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    border-width: 0;
}

.sca-auth-desc {
    max-width: 530px;
    line-height: 1.62;
}

.auth-methods {
    display: block;
    border: none;
    background: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
    color: black;
    padding: 10px;
    border-radius: 3px;
    transition: background-color .5s;
    margin-bottom: 10px;
    position: relative;
}

.auth-methods:focus,
.auth-methods:hover {
    background-color: #e3e3e3;
}

.auth-methods .provider-icon {
    width: 108px;
    height: 62px;
    display: inline-block;
    vertical-align: middle;
}

.auth-methods .provider-text {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.auth-methods .name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.auth-methods .desc {
    display: block;
    padding-right: 25px;
}
    
.arrow-back {
    transform: rotate(180deg);
    width: 10px;
    vertical-align: middle;
    height: 14px;
}

.arrow-back-to-login {
    vertical-align: middle;
}

.mini-flag {
    width: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

.back-to-country {
    float: right;
}

.sca-internal header {
    display: flex;
    flex-direction: column;
    margin: 25px 0 50px 0;
    align-items: center;
}

.logo-main-link {
    display: inline-block;
}

.sca-internal header .cancel {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 29px;
}

.sca-version {
    color: #efefef;
    float: right;
    margin: 5px;
}

@media (max-width:480px) {
    .sca-wrap {
        padding: 20px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #1f1848;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #ffffff;
    text-decoration: underline;
}

.btn.confirm-login-btn {
    margin-bottom: 57px;
}

.imp-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px;
}

.imp-form-row {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
}

.imp-form-row > input[type=text] {
    max-width: 50%;
    font-size: 150%;
}

.imp-form-row > textarea {
    width: 75%;
    aspect-ratio: 2;
}

.imp-content button {
    font-size: 125%
}