div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}


.banner {
    margin: 20px 0 40px;
    background-image: url(/local/templates/home_page/images/main-banner.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 978px;
    margin: 0 auto;
}

@media (max-width: 967px) {

    .banner-box {
        width: 100%;
    }
}

.banner-box-man {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 10px 0 0;
    background-image: url(/local/templates/home_page/images/man.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

@media (max-width: 967px) {
    .banner-box-man {
        display: none;
    }
}

.banner-box-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 30px 0 50px 10px;
}

@media (max-width: 967px) {
    .banner-box-form {
        padding: 30px 0 50px 0;
        -webkit-flex-basis: 95%;
        -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
        max-width: 460px;
        margin: auto;
    }
}

.banner-box-form__title {
    padding: 13px 10px 13px 17px;
    font-size: 18px;
    color: #000;
    letter-spacing: 1.3px;
    line-height: 30px;
    text-transform: uppercase;
    background: #ffbd3b;
}

.banner-box-form__wrap {
    margin: 35px 0 0;
}

.banner-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px 0;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.5);
}

.banner-form__title, h2.banner-form__title {
    padding: 0 0 13px 0;
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    letter-spacing: .8px;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}

.banner-form__field {
    padding: 9px 17px;
    margin: 0 0 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #7e7272;
    letter-spacing: .8px;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
}

.banner-form__field::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #7e7272;
}

.banner-form__field::-moz-placeholder {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #7e7272;
}

.banner-form__field:-ms-input-placeholder {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #7e7272;
}

.banner-form__field:-moz-placeholder {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #7e7272;
}

.banner-form__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
}

.banner-form__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 132px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .8px;
    background: #00498e;
    border: none;
    outline: none;
    cursor: pointer;
}

.banner-form__forgot {
    color: #00498e;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: .8px;
    text-decoration: none;
}
font.errortext {
    color: red;
}
