input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px #191919 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    background-color: #191919
}

.access {
    background: #191919;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%
}

.access a {
    color: #fff
}

.access a:focus {
    outline: 0
}

.access__logo-wrapper {
    display: none
}

.access__wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    transition: background-color .3s
}

.access__wrapper-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 16px;
    width: 100%;
    background-color: #191919
}

.access__content {
    width: 100%
}

.access__header {
    text-align: center
}

.access__nav {
    margin-top: 25px;
    margin-bottom: 20px
}

.access__nav-logo {
    height: 35px;
    transition: all .3s
}

.access__close {
    display: block;
    position: absolute;
    right: 14px;
    top: 15px
}

.access__close:focus {
    outline: 0
}

.access__header-back {
    display: block;
    position: absolute;
    left: 14px;
    top: 15px;
    cursor: pointer
}

.access__header-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 0
}

.access__header-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    width: 290px;
    margin: 0 auto 25px;
    text-align: center
}

.access__header-subtitle b {
    font-weight: 700
}

.access__info-register {
    text-align: center
}

.access__info-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #d1d1d1
}

.access__info-link, .form__forget-pass a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff
}

.access__info-link:focus, .access__info-link:active, .form__forget-pass a:focus, .form__forget-pass a:active {
    outline: 0
}

.access__lang {
    cursor: pointer;
    border: 1px solid #757780;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 134px;
    margin: 100px auto 20px;
    overflow: hidden
}

.access__lang-default, .access__lang-dropdown {
    width: 115px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0 10px 0 17px
}

.access__lang-dropdown {
    background-color: #2b2b2b
}

.access__lang > div {
    width: 100%
}

.access__lang-arrow {
    position: absolute;
    right: 25px
}

.access__lang span, .access__lang a span {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1px;
    color: #cccdd2
}

.access__lang-dropdown {
    display: none
}

.access__lang:hover {
    border-radius: 16px
}

.access__lang:hover .access__lang-dropdown {
    display: flex
}

.access__lang:hover .access__lang-arrow {
    transform: rotateZ(-180deg)
}

.access__form-btn, .access__register-btn {
    width: 290px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    cursor: pointer;
    border-radius: 32px;
    position: relative;
    overflow: hidden
}

.access__form-btn--mail, .access__register-btn--mail {
    background-color: #fff;
    position: relative
}

.access__form-btn--mail p, .access__register-btn--mail p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.access__form-btn--mail i, .access__register-btn--mail i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.access__form-btn--google, .access__register-btn--google {
    border: 1px solid #757780
}

.g_id_signin, .appleid-signin {
    opacity: 0;
    position: relative;
    height: 40px;
    width: 290px;
    z-index: 2
}

.g_id_signin {
    opacity: .0001
}

.access__google, .access__apple {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 0
}

.access__google-text, .access__apple-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

.access__google-icon, .access__apple-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.access__form-btn--apple, .access__register-btn--apple {
    border: 1px solid #757780
}

.form__captcha {
    width: 290px;
    margin: 0 auto 45px;
    position: relative
}

.form__captcha .g-recaptcha {
    text-align: center;
    transform: scale(.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.error-captcha {
    color: #ba1a1a;
    width: 290px;
    position: absolute;
    left: 15px;
    bottom: -45px
}

.form__forget-pass {
    text-align: center;
    margin-bottom: 10px
}

.form__btn {
    background-color: #1B1B1F1F;
    width: 290px;
    max-width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 0;
    margin: 0 auto 20px;
    pointer-events: none;
    border: 1px solid #757780
}

.form__btn--link {
    pointer-events: all
}

.form__btn:hover {
    text-decoration: none
}

.form__btn-text {
    font-size: 14px;
    font-weight: 600;
    color: #979799
}

.form__btn--blue, .form__btn--active {
    background-color: #fff;
    pointer-events: all
}

.form__btn--blue .form__btn-text, .form__btn--active .form__btn-text {
    color: #000
}

.form__btn--white {
    background-color: #fff;
    border: 1px solid #757780;
    pointer-events: all
}

.form__btn--white .form__btn-text {
    color: #000
}

.form__item {
    position: relative;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.form__item .error {
    color: #ba1a1a;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin: 3px 0 3px 15px
}

.form__item-container {
    height: 56px;
    width: 290px;
    max-width: 100%;
    position: relative
}

.form__item-icon {
    position: absolute;
    left: 10px;
    top: 14px;
    z-index: 3
}

.form__label {
    position: absolute;
    left: 40px;
    top: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    background-color: #191919;
    display: flex;
    align-items: center;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in, color 200ms, border 20000ms
}

.form__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #757780;
    outline: 0;
    max-width: 100%;
    border-radius: 4px;
    background-color: transparent;
    padding: 10px 10px 10px 40px;
    z-index: 1;
    color: #fff
}

.form__input--error {
    border: 2px solid #ba1a1a
}

.form__input:-webkit-autofill, .form__input:-webkit-autofill:hover, .form__input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px #191919 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.form__input:focus ~ .form__label, .form__input:not(:placeholder-shown) ~ .form__label {
    top: -9px;
    left: 10px;
    font-size: 12px;
    z-index: 2;
    padding: 0 3px
}

.form__input:focus {
    border: 2px solid #fff;
    transition: border 200ms
}

.form__input--error:focus ~ .form__label, .form__input--error:not(:placeholder-shown) ~ .form__label {
    color: #ba1a1a
}

.form__input:focus ~ .form__label {
    color: #fff
}

.form__show-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3
}

.form__checkboxes {
    width: 290px;
    margin: 0 auto
}

.form__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.form__checkbox::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon/check_small.svg);
    background-position: center;
    transform: scale(0);
    transform-origin: center;
    transition: 120ms transform ease-in-out;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 2px
}

.form__checkbox:checked::before {
    transform: scale(1)
}

.form__checkbox:focus {
    outline: 0 !important
}

.form__checkbox.form__input--error {
    border-color: #ba1a1a
}

.form__checkbox.form__input--error:checked {
    border-color: #000
}

.form__checkbox-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 30px
}

.form__checkbox-text {
    margin-left: 15px;
    font-size: 14px;
    line-height: 17.6px;
    font-weight: 400;
    color: #fff
}

.form__checkbox-text a {
    color: #fff;
    font-weight: 600
}

.form__checkbox-wrapper .error {
    position: absolute;
    color: #ba1a1a;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    bottom: -15px;
    left: 38px;
    margin: 0
}

.form__rodo-box {
    width: 100%;
    max-width: 372px;
    margin: 0 auto;
    color: #fff
}

.error--header {
    text-align: center;
    color: #ba1a1a;
    width: 290px;
    margin: 0 auto 10px
}

.hide {
    display: block !important;
    opacity: 0;
    max-height: 0 !important;
    pointer-events: none;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    visibility: hidden
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (min-width: 600px) {
    .access {
        background: transparent
    }

    .access__bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        z-index: -1;
        opacity: 0;
        animation: fadeIn ease-in .5s .1s forwards
    }

    .access__bg--empty {
        background: #0c0c0c
    }

    .access__logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 160px;
        height: 160px
    }

    .access__wrapper-section {
        width: 550px;
        height: 636px;
        margin-bottom: 25px;
        border-radius: 16px;
        box-shadow: 0 4px 70px 0 #0000001A;
        overflow: hidden
    }

    .access__content {
        overflow-y: auto;
        height: 582px
    }

    .access__content::-webkit-scrollbar {
        width: 5px;
        height: 582px;
        border-radius: 4px
    }

    .access__content::-webkit-scrollbar-track {
        border-radius: 4px;
        background: #c7c7c7
    }

    .access__content::-webkit-scrollbar-thumb {
        background: gray;
        border-radius: 4px
    }

    .access__content::-webkit-scrollbar-thumb:hover {
        background: #5c7daf
    }

    .access__header-title {
        font-size: 32px
    }

    .access__logo {
        height: 34px;
        width: auto
    }

    .access__form-btn, .access__register-btn, .form__btn, .form__captcha, .form__item, .form__item-container, .form__checkboxes, .error--header, .access__header-subtitle, .error-captcha {
        width: 362px
    }

    .form__captcha .g-recaptcha {
        transform: scale(1.2);
        -webkit-transform: scale(1.2)
    }

    .g_id_signin, .appleid-signin {
        width: 362px
    }
}

@media (min-width: 905px) {
    .access {
        flex-direction: row;
        min-height: 726px
    }

    .access__wrapper {
        align-items: center;
        background-color: #000;
        width: 630px
    }

    .access__wrapper-section {
        width: 586px;
        height: 726px;
        padding: 20px 18px;
        margin-bottom: 0
    }

    .access__logo-wrapper {
        width: calc(100% - 630px);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .access__bg {
        width: calc(100% - 630px);
        min-height: 726px
    }

    .access__logo {
        height: 50px
    }

    .access__nav-logo {
        height: 40px
    }

    .access__lang {
        margin: 218px auto 0
    }
}

@media (min-width: 905px) and (max-height: 726px) and (orientation: landscape) {
    .access__wrapper {
        align-items: flex-start
    }
}

@media (min-width: 1240px) {
    .access__logo {
        height: 60px
    }

    .access__nav-logo {
        height: 59px
    }
}

@media (min-width: 1440px) {
    .access__logo-wrapper {
        width: 810px
    }

    .access__bg {
        width: 810px
    }

    .access__logo {
        height: 80px
    }

    .access__wrapper {
        width: calc(100% - 810px)
    }
}

@media (min-width: 1920px) {
    .access__wrapper-section {
        height: 746px;
        padding: 25px 18px
    }
}