﻿:root {
    color: #000;
}

:root {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root { /* Do not use! Standard styles. */
}

body, h1, h2, h3, h4, h5, h6, p {
    font: inherit;
    margin: inherit;
}

.page.popup-is-open {
    overflow: hidden;
}

.page::after {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    overflow: hidden;
    content: "XL"
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px
}

.buyist-login__group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    min-height: calc(100vh)
}

.buyist-login__item {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    min-height: 513px
}

.buyist-login__item--description {
    background-color: #bcaea5;
    background-image: url(/Content/Images/buyist/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buyist-login__item--form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.buyist-login__box {
    max-width: 530px;
    width: 100%;
}

.buyist-login__logo {
    max-width: 160px;
    margin-bottom: 26px
}

.buyist-login__logo--bag {
    max-width: 60px;
    margin-bottom: 20px
}

.buyist-login__title--colored {
    color: #f7cb33;
}

.buyist-login__text {
    font-weight: 700;
    font-size: 14px
}

    .buyist-login__text a {
        color: #ed2e7b;
    }

.buyist-login__include {
    margin-top: 28px;
}

.buyist-login__include-text {
}

.buyist-login__include-list li {
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .buyist-login__include-list li:before {
        content: "";
        margin-right: 18px;
        margin-top: 6px;
        width: 16px;
        height: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(/Content/Images/buyist/check.png) 0 0 no-repeat;
        background-size: cover;
    }

.buyist-login__button {
    min-width: 210px;
    margin-top: 20px
}

.form-buyist-login {
    width: 100%;
    max-width: 420px
}

.form-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
}

.form-buyist-login__item {
    margin-bottom: 24px;
}

.form-buyist-login__button {
    min-width: 170px;
    font-size: 14px
}

.form-buyist-login .input {
    border-color: #26a7df;
    border-radius: 2px;
    height: 42px;
}

.form__error ul {
    list-style: none;
    font: inherit;
}

.platform-description {
    max-width: 395px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255, .9);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    color: #000
}

.platform-description__title {
    font-size: 28px;
    margin-bottom: 22px
}

.platform-description__text {
    font-size: 15px;
    font-weight: 500
}

    .platform-description__text .text__colored {
        color: #26a7df;
    }

.platform-description__text-with-top-space {
    margin-top: 24px;
}

.platform-description__button,
.platform-description__button:hover,
.platform-description__button:focus {
    margin-top: 24px;
    min-width: 170px;
    font-size: 14px;
    font-weight: 700;
    border-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1700px) {
    :root {
    }

    .page::after {
        content: "XXL"
    }
}

@media (max-width: 1699px) {
    :root {
    }

    .box {
        width: 1200px
    }
}

@media (max-width: 1199px) {
    :root {
    }

    .page::after {
        content: "L"
    }

    .box {
        width: 960px
    }

    .buyist-login__item {
        padding: 40px
    }
}

@media (max-width: 991px) {
    :root {
    }

    .page::after {
        content: "M"
    }

    .box {
        width: 720px
    }

    .buyist-login__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .buyist-login__item {
        width: inherit;
        padding: 40px;
        min-height: 50%
    }

    .buyist-login__item--description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .buyist-login__item--form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-buyist-login {
        max-width: inherit
    }

    .platform-description {
        max-width: inherit
    }
}

@media (max-width: 767px) {
    :root {
    }

    .page::after {
        content: "S"
    }

    .box {
        width: 540px
    }

    .buyist-login__group {
        display: block
    }

    .buyist-login__item {
        padding: 40px;
        display: block
    }

    .buyist-login__logo {
        max-width: 120px
    }

    .buyist-login__logo--bag {
        max-width: 80px
    }

    .buyist-login__button {
        min-width: inherit;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px
    }

    .form-buyist-login__button {
        min-width: inherit;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px
    }

    .platform-description {
        padding: 30px
    }

    .platform-description__title {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .page::after {
        content: "XS"
    }

    .box {
        width: 100%;
        min-width: 320px;
        max-width: 480px
    }
}
