.h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0;
}

.auth-page {
    height: 100vh;
    background: url(../images/auth_bg.jpg) no-repeat top right;
    position: relative;
    background-size: cover;
}

.auth-page:before {
    background: var(--background);
    background: linear-gradient(90deg, var(--background) 0%, transparent 500%);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.auth-page:after {
    background: var(--background);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.auth-page_outer {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}

.auth-page__logo {
    width: 80px;
    height: auto;
}

.auth-page_box-form {
    background: #fff;
    width: 100%;
    min-width: 300px;
    max-width: 380px;
    border-radius: 12px;
    padding: 40px 30px;
}

.auth-wrapper__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.auth-page__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #444444;
}

.auth-page .auth-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #8C9AB0;
    margin-bottom: 10px;
}

.languages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.languages a {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #8C9AB0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(140, 154, 176, 0.05);
    transition: all ease-in-out .4s;
    opacity: .5;
}

.languages a:hover {
    color: #8C9AB0;
    opacity: 1;
}

.languages .languages--current {
    background: rgba(140, 154, 176, 0.1);
    opacity: 1;
    cursor: pointer;
}

.languages .languages--current:hover {
    cursor: default;
}

.auth-page .form-group {
    margin-bottom: 8px;
}

.auth-page .form-group.has-success .form-control {
    border: 1px solid #69A3DC;
}

.auth-page .form-control {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #E6E9EE;
    border-radius: 8px;
    height: auto;
    color: #69A3DC;
    caret-color: #69A3DC;
    background-color: transparent;
    transition: all ease-in-out .4s;
}

.auth-page .form-control::placeholder {
    color: #8C9AB0;
}

.auth-page .form-control:focus {
    background-color: #EEF7FF;
    border: 1px solid #69A3DC;
    box-shadow: none;
}

.auth-page .form-group select:not([type=checkbox]),
.auth-page .form-group input:not([type=checkbox]),
.auth-page .form-group .select2 {
    flex: auto;
}

.auth-page .checkbox {
    margin-top: 15px;
    margin-bottom: 30px;
}

.auth-page .checkbox .span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #444444;
}

.auth-page .checkbox input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    opacity: 0;
    z-index: -1;
}

.auth-page .checkbox input[type="checkbox"]+span {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.auth-page .checkbox input[type="checkbox"]+span::before {
    position: absolute;
    content: "";
    background: #69A3DC;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.auth-page .checkbox input[type="checkbox"]:checked+span::before {
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.auth-page .auth__submit {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
    background: #69A3DC;
    border-radius: 8px;
    padding: 17px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    border: none;
    box-shadow: 0 0 10px transparent;
    transition: all ease-in-out .4s;
}

.auth-page .auth__submit:hover {
    box-shadow: 0 0 10px #69a3dc;
}

.auth-page .auth-page__links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #69A3DC;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out .4s;
}

.auth-page .auth-page__links a:hover {
    border-bottom: 1px solid #69A3DC;
}

.auth-page .auth-page__links span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #444444;
}

.auth-page .field-signupform-phone_code {
    margin-bottom: 0;
    width: 100%;
}

.auth-page .select2-container--default .select2-selection {
    border: 1px solid #E6E9EE;
    border-radius: 8px;
    padding: 11px 20px;
    height: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #8C9AB0;
    box-shadow: none;
}

.auth-page .select2-container--default.select2-container--open .select2-selection--single {
    box-shadow: none;
}

.auth-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    padding: 0;
}

.auth-page .select2-container--default .select2-selection--single .select2-selection__rendered img {
    max-height: 14px;
    margin-right: 10px;
}

.auth-page .form-group.has-success .select2-container--krajee .select2-selection {
    box-shadow: none !important;
    border: 1px solid #69A3DC !important;
}

.auth-page .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    width: auto;
}

.auth-page .select2-container--default .select2-selection--single .select2-selection__arrow b,
.auth-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    width: 6px;
    height: 6px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #8C9AB0;
    margin: 0;
    transform-origin: top;
    transform: rotate(225deg);
    transition: transform ease-in-out .4s;
}

.auth-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
}