.login_section {
    background: url(../img/loginpage_bg.jpg) center/cover no-repeat #161616;
    text-align: center;
    color: #fff
}

.login_vertical {
    min-height: 100vh;
    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;
    position: relative;
    padding-top: 240px;
    padding-bottom: 180px
}

.login_header_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 52px 0
}

.login_header_logo a {
    display: inline-block;
    width: 228px;
    height: 81px;
    background: url(../img/atu_logo.png) center/contain no-repeat
}

.login_content {
    max-width: 870px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/login_content.jpg) left top/cover no-repeat #212121;
    padding: 104px 115px 72px;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.login_title {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 27px
}

.login_text {
    max-width: 460px;
    min-height: 48px;
    margin: 0 auto 43px
}

.login_form {
    width: 100%;
    display: block
}

.login_form_input {
    display: block;
    width: 100%;
    padding-bottom: 28px;
    padding-top: 6px;
    position: relative
}

.login_form_input input {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1em;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-bottom: 2px solid #656565;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 82px
}

.login_form_input input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #b1b1b1
}

.login_form_input input::-moz-placeholder {
    text-transform: uppercase;
    color: #b1b1b1
}

.login_form_input input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #b1b1b1
}

.login_form_input input::-ms-input-placeholder {
    text-transform: uppercase;
    color: #b1b1b1
}

.login_form_input input::placeholder {
    text-transform: uppercase;
    color: #b1b1b1
}

.login_form_input input:focus {
    border-bottom-color: #fff
}

.login_form_input_password {
    position: relative
}

.login_form_input_password input {
    padding-right: 36px
}

.login_form_input_password .password_show {
    display: block;
    width: 22px;
    height: 15px;
    background: url(../img/passwordshow.svg) center/22px 15px no-repeat;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.login_form_input_password .password_show:hover {
    background-image: url(../img/passwordshow_h.svg)
}

.login_form_input_password_tip {
    display: block;
    font-family: RobotoCN;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    color: #b1b1b1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 36px;
    width: 100%;
    letter-spacing: .02em
}

.login_form_input_password_tip .counter {
    position: absolute;
    right: 0;
    top: 0
}

.login_form_inputs {
    margin-bottom: 20px
}

.login_forgot {
    text-align: right;
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #b1b1b1;
    letter-spacing: .02em;
    margin-bottom: 35px
}

.login_forgot a:hover {
    color: #fff
}

.login_offers {
    margin-bottom: 23px
}

.login_checkbox {
    display: inline-block;
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #b1b1b1;
    cursor: pointer;
    letter-spacing: .02em
}

.login_checkbox input {
    display: none !important
}

.login_checkbox span {
    display: block;
    position: relative;
    padding-left: 58px;
    padding-top: 8px;
    padding-bottom: 8px
}

.login_checkbox span:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #646464;
    position: absolute;
    left: 0;
    top: 0;
    background: center/21px auto no-repeat;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.login_checkbox input:checked+span:before {
    background-color: #161616;
    background-image: url(../img/check_white.png);
    border-color: transparent
}

.login_privacypolice {
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #b1b1b1;
    margin-bottom: 51px
}

.login_privacypolice a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.login_privacypolice a:hover {
    border-bottom-color: transparent
}

.login_form_button {
    margin-bottom: 39px
}

.login_form_button .button {
    width: 100%
}

.login_join {
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #b1b1b1
}

.login_join a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.login_join a:hover {
    border-bottom-color: transparent
}

@media (max-width:1279px) {
    .login_vertical {
        padding-top: 270px
    }

    .login_title {
        font-size: 52px;
        margin-bottom: 24px
    }

    .login_content {
        padding: 78px 60px 72px
    }
}

@media (max-width:767px) {
    .login_header_logo {
        padding-top: 38px;
        padding-bottom: 37px;
        position: static
    }

    .login_header_logo a {
        width: 114px;
        height: 41px
    }

    .login_vertical {
        padding-top: 0;
        padding-bottom: 30px;
        display: block
    }

    .login_title {
        font-size: 24px;
        line-height: 30px
    }

    .login_content {
        padding: 55px 20px 62px
    }

    .login_text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 22px
    }

    .login_form_input input {
        font-size: 14px;
        padding-top: 6px
    }

    .login_forgot {
        font-size: 16px
    }

    .login_form_inputs {
        margin-bottom: 5px
    }

    .login_offers {
        text-align: left;
        margin-bottom: 14px
    }

    .login_checkbox {
        font-size: 16px
    }

    .login_checkbox span {
        padding-left: 40px
    }

    .login_checkbox span:before {
        width: 24px;
        height: 24px;
        top: 6px
    }

    .login_privacypolice {
        text-align: left;
        margin-bottom: 46px
    }

    .login_form_button {
        margin-bottom: 19px
    }

    .login_form_button .button {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .login_form_input {
        padding-top: 0
    }

    .login_form_input_password .password_show {
        top: 10px
    }
}

.login_form_select {
    display: block;
    width: 100%;
    padding-bottom: 28px;
    padding-top: 6px;
    position: relative
}

.login_form_select select {
    width: 100%
}

.select2.select2-container--regcountry {
    width: 100% !important;
    text-align: left
}

.select2.select2-container--regcountry .select2-selection--single {
    height: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #656565
}

.select2.select2-container--regcountry .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 64px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.select2.select2-container--regcountry .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #b1b1b1;
    text-transform: uppercase
}

.select2.select2-container--regcountry .select2-selection__arrow {
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #8f9190;
    border-bottom: 2px solid #8f9190;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 0
}

.select2-container--regcountry .select2-dropdown {
    background-color: #616160;
    border: none;
    border-radius: 0;
    color: #b1b1b1;
    text-transform: uppercase
}

.select2-container--regcountry .select2-search--dropdown {
    padding: 0
}

.select2-container--regcountry .select2-search--dropdown .select2-search__field {
    padding: 0 24px;
    height: 46px;
    color: #fff
}

.select2-container--regcountry .select2-results__options {
    padding-bottom: 15px
}

.select2-container--regcountry .select2-results__option {
    padding: 0 24px
}

.select2-container--regcountry .select2-results__option.select2-results__option--highlighted {
    color: #fff
}

.select2-container--regcountry .select2-results__option+.select2-results__option {
    margin-top: 13px
}

@media (max-width:767px) {
    .select2.select2-container--regcountry .select2-selection--single .select2-selection__rendered {
        font-size: 14px
    }

    .login_form_select {
        padding-top: 0
    }

    .select2.select2-container--regcountry .select2-selection--single {
        padding-top: 6px;
        height: 42px
    }

    .select2.select2-container--regcountry .select2-selection__arrow {
        top: 5px
    }

    .select2-container--regcountry .select2-results__option {
        padding: 0 10px;
        font-size: 14px
    }

    .select2-container--regcountry .select2-search--dropdown .select2-search__field {
        padding: 0 10px;
        height: 42px
    }
}

.login_form_input.completed:after {
    content: "";
    display: block;
    width: 21px;
    height: 15px;
    background: url(../img/check_green.png) center/contain no-repeat;
    position: absolute;
    right: 54px;
    top: 18px
}

.login_form_input.completed input {
    border-bottom-color: #1f4b25
}

.login_form_select.completed:after {
    content: "";
    display: block;
    width: 21px;
    height: 15px;
    background: url(../img/check_green.png) center/contain no-repeat;
    position: absolute;
    right: 54px;
    top: 18px
}

.login_form_select.completed .select2.select2-container--regcountry .select2-selection--single {
    border-bottom-color: #1f4b25
}

.login_form_input.check {
    color: #eb3323
}

.login_form_input.check:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/check.png) center/contain no-repeat;
    position: absolute;
    right: 54px;
    top: 16px
}

.login_form_input.check input {
    border-bottom-color: #eb3323;
    color: #eb3323
}

.login_form_input.check .login_form_input_password_tip {
    color: #eb3323
}

.login_form_select.check:after {
    content: "";
    display: block;
    width: 21px;
    height: 15px;
    background: url(../img/check.png) center/contain no-repeat;
    position: absolute;
    right: 54px;
    top: 18px
}

.login_form_select.check .select2.select2-container--regcountry .select2-selection--single {
    border-bottom-color: #eb3323
}

@media (max-width:1279px) {

    .login_form_input.check:after,
    .login_form_input.completed:after,
    .login_form_select.completed:after {
        right: 36px
    }
}

.login_content {
    position: relative
}

.loginbacktomain {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 3
}

@media (max-width:767px) {

    .login_form_input.check:after,
    .login_form_input.completed:after,
    .login_form_select.completed:after {
        top: 8px
    }

    .loginbacktomain {
        top: 20px;
        right: 20px
    }
}