@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 400;
    src: url('chrome-extension_/gkkdmjjodidppndkbkhhknakbeflbomf/fonts/open_sans/open-sans-v18-latin-regular.html');
}

@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 800;
    src: url('chrome-extension_/gkkdmjjodidppndkbkhhknakbeflbomf/fonts/open_sans/OpenSans-Bold.html');
}

@font-face {
    font-family: 'Open Sans ExtraBold';
    font-style: normal;
    font-weight: 800;
    src: url('chrome-extension_/gkkdmjjodidppndkbkhhknakbeflbomf/fonts/open_sans/open-sans-v18-latin-800.html');
}

::placeholder {
    color: #cbcbcb;
    opacity: .8;
    font-weight: 500;
}

body {
    margin: 0;
    font-family: 'Futura PT', sans-serif;
}

.iti--allow-dropdown {
    width: 100%;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .15);
    background-color: #fff;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__hide {
    display: none;
}

.content {
    display: flex;
    /* padding: 0 10%; */
    justify-content: space-between;
}

.content {
    width: 100%;
    /* height: 100vh; */
}

.content .icon {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.content .icon svg {
    width: 35vw;
    height: 35vw;
}

.content .login {
    width: 40%;
    padding: 3.5vw;
    background: #fbfbfb;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.dis {
    font-size: 15px;
    line-height: 1.1rem;
}

.rounded {
    border-radius: .3vw;
}

.ajax-loader {
    background: rgba(255, 255, 255, .95);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 105;
}

.ajax-loader,
.choose-language {
    display: none;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.content .login h1 {
    font-weight: 700;
    font-size: 1.8vw;
    margin-bottom: 2.5vw;
}

.content .row.row-token-error {
    background: #e4410d;
    color: #fff;
    padding: 1vw 2vw;
    text-align: center;
    display: none;
}

.content .row.row-code-error,
.container__account .content .row.row-token-error {
    background: #e4410d;
    color: #fff;
    padding: 1vw 2vw;
    text-align: center;
    display: none;
}

.content .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5vw;
    position: relative;
}

.content .row.hide,
.container__account-login .content .row.row-surname {
    display: none;
}

.content .row label {
    font-size: 1.1vw;
    margin-bottom: .5vw;
    color: #5e5873;
}

.content .row input {
    background: 0 0;
    font-size: 1.4vw;
    padding: 1.4vw 1.6vw;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
}

.content .row input {
    background: 0 0;
    font-size: 1.4vw;
    padding: 1.4vw 1.6vw;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.container {
    right: auto;
    left: 0;
}

.iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(242 242 242) !important;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.phone-input-container {
    display: flex;
    align-items: center;
}

.phone-input-container .iti__flag-container {
    margin-right: 10px;
}

.phone-input-container input[type="tel"] {
    padding-left: 10px;
}

.iti__flag-container,
input[type="tel"] {
    height: 100%;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgb(242 242 242) !important;
}

.content .login h1 {
    font-weight: 800;
    font-size: 2.1vw;
    margin-bottom: 2.5vw;
}

.content .row label {
    font-size: 1.3vw;
    margin-bottom: .5vw;
}

.content .row.row-info {
    border: 0;
    /* line-height: 1.3vw; */
}

.content .row.row-rules {
    border: 0;
    display: flex;
    flex-direction: row;
    margin-top: 4vw;
}

.content .row.row-actions .button {
    font-size: 1.4vw;
    padding: 1.7vw 0;
}

.content .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5vw;
    position: relative;
}

.button {
    background: #2457c6;
    color: #fff;
    font-weight: 700;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw;
    cursor: pointer;
}

.button:hover {
    background: #1c47a6;
}

.iti {
    width: 100% !important;
}

.content .row.row-rules svg {
    width: 1vw;
    height: 1vw;
    margin-right: 1vw;
}

@media (max-width: 760px) {
    .content {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
}

@media (max-width: 760px) {
    .content .icon {
        width: 100%;
        text-align: center;
        display: none;
    }
}

@media (max-width: 760px) {
    .content .login {
        width: 90%;
        padding: 7vw 5vw;
        /* margin-top: 5vw; */
    }
}

@media (max-width: 760px) {
    .content .row input {
        font-size: 5vw;
        padding: 5vw;
    }
}

@media (max-width: 760px) {
    .content .login h1 {
        font-size: 6vw;
        margin-bottom: 5vw;
    }
}

@media (max-width: 760px) {
    .content .row label {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }
}

@media (max-width: 760px) {
    .content .row.row-actions .button {
        font-size: 5vw;
        padding: 6vw 0;
    }
}

@media (max-width: 760px) {
    .content .row {
        margin-bottom: 7vw;
    }
}