.redesign-signin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    background-image: url(/wp-content/themes/english/assets/images/welcome/first-screen/background-products.png);
    background-repeat: repeat;
    background-position: center center;
    background-color: #67a964;
}

.redesign-signin .social-sign-in-form {
    margin-top: 0px;
}

.redesign-signin .email-sign-in-form {
    margin-top: 0px;
}

.redesign-signin .social-sign-in-form__outher-social {
    display: flex;
    justify-content: space-between;
}

.redesign-signin .social-sign-in-form__main-vk-button {
    border-bottom: 0;
}

.redesign-signin .social-sign-in-form__outher-social-bt {
    border-bottom: 0;
}

.redesign-signin .social-sign-in-form__link span {
    display: inline-block;
    color: #0A7BD1;
}


.redesign-signin .foreign-landing__footer-info-logo-text {
    color: #fff;
    position: relative;
    margin-top: -15px;
    margin-left: 107px;
    left: auto;
    bottom: auto;
    white-space: normal;
}

.redesign-signin .sign-in-form__button {
    border-bottom: 0;
}

.redesign-signin .email-sign-in-form__head {
    background-color: transparent;
    color: #304050;
    font-weight: bold;
    padding: 25px 40px 10px;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
}

.redesign-signin .email-sign-in-form__body {
    padding: 20px 40px 40px 40px;
}

.redesign-signin .email-sign-in-form__recovery {
    float: left;
}

.redesign-signin .email-sign-in-form__user-mail span {
    margin-left: 0;
}

.redesign-signin__header {
    display: flex;
    margin-right: 0;
    justify-content: center;
    align-items: center;
    width: 380px;
    margin-top: 30px;
}

.redesign-signin .social-sign-in-form__body {
    padding: 30px 40px 40px 40px;
}

.redesign-signin__header .redesign-header__right-language-switcher {
    margin-right: 0px;
}


.redesign-signin__logo {
    margin-bottom: 30px;
}

.redesign-signin__logo .redesign-header__logo {
    display: flex;
    flex-direction: column;
}

.redesign-signin__logo .foreign-landing__footer-info-logo_rtl .foreign-landing__footer-info-logo-text {
    left: 73px;
    margin-left: auto;
}

@media only screen and (max-width: 768px) {


    .redesign-signin {
        justify-content: stretch;
    }


    .redesign-signin__header {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .redesign-signin .welcome-screen-header-language-switcher .language-switcher {
        line-height: 2.6;
        height: 36px;
        border-radius: 6px;
        padding: 0 8px;
    }

    .redesign-signin__header .redesign-header__right-language-switcher {
        margin-bottom: 0;
    }

    .redesign-signin__logo {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .redesign-signin__header {
        width: 340px;
    }

    .redesign-signin .social-sign-in-form {
        width: auto;
        max-width: 320px;
    }

    .redesign-signin .is-ok-enabled .social-sign-in-form__outher-social li {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 380px) {
    .redesign-signin .social-sign-in-form__main-vk-button {
        width: 100%;
    }

    .redesign-signin .social-sign-in-form {
        width: auto;
    }

    .redesign-signin__header {
        width: 96%;
    }


}