body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

main {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}

label {
    display: inline-block;
}

.entrance {
    display: flex;
    font-family: "Open Sans", sans-serif;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.entrance a {
    transition: color .2s linear, opacity .2s linear;
    text-decoration: none;
}

.entrance-content {
    display: flex;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.entrance-left-back, .entrance-right-back {
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}

.entrance-left-back {
    background: #fff;
    left: 0;
}

.entrance-right-back {
    background: #eef5fa;
    left: 50%;
}

@media (max-width: 924px) {
    .entrance-left-back, .entrance-right-back {
        display: none;
    }
}

.entrance-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 40%;
}

.entrance-left, .entrance-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 125px 80px 0;
    width: 50%;
}

.entrance-left {
    align-items: flex-end;
    padding: 125px 80px 0 0;
}

.entrance-right {
    padding: 125px 0 0 80px;
    position: relative;
    transition: opacity .3s linear, left .3s linear;
}

.entrance-logo {
    font-size: 0;
    left: 40px;
    position: absolute;
    top: 30px;
    width: 350px;
    margin-top: 0;
    z-index: 2;
}

.entrance-logo-img {
    display: block;
    height: 100%;
    width: 100%;
}

.entrance-left-content {
    position: relative;
    z-index: 2;
    width: 385px;
}

.entrance-right-content {
    position: relative;
    width: 305px;
}

.entrance-right-title {
    margin-bottom: 32px;
}

.entrance-right-title h2 {
    margin: 6px 0 8px;
    font-size: 18px;
    color: #282e33;
    line-height: 24px;
}
.entrance-right-title .entrance-right-title-helper {
    margin-bottom: 0;
    font-size: 12px;
    color: #999;
}

.entrance-right-police {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px;
    color: #999;
}

.entrance-right-content label {
    font-size: 12px;
    font-weight: 400;
    color: #53585c;
    line-height: 16px;
}

.btn-login {
    height: 64px;
}

.has-error .control-label {
    color: #EA5D4A;
}

.has-error .form-control {
    color: #EA5D4A;
}

.has-error .help-block-error {
    color: #EA5D4A;
    font-size: 12px;
}

.cookies-layout .entrance-right {
    overflow: scroll;
    padding: 35px 0 0 80px !important;
}
.cookies-police {
    padding: 0px 50px 0px 0px;
}
.cookies-police p {
    font-size: 14px;
    font-weight: 400;
    color: #53585c;
    line-height: 21px;
}
.cookies-police ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cookies-police ul li span {
    font-weight: bold;
}
.cookies-police ul li {
    font-size: 14px;
    font-weight: 400;
    color: #53585c;
    line-height: 21px;
}

@media (max-width: 992px), (max-height: 500px) {
    .entrance {
        -webkit-flex-direction: column;
        flex-direction: column;
        background: #fff;
        height: auto;
        min-height: 100vh
    }

    .entrance-content {
        padding-bottom: 20px;
        flex-direction: column
    }

    .entrance-logo {
        padding: 20px 0 10px;
        position: static;
        text-align: center;
        width: 100%
    }

    .entrance-logo-img {
        margin: 0 auto;
        width: 215px
    }

    .entrance-logo, .entrance-left-back, .entrance-right-back, .entrance-left-content {
        display: none
    }

    .entrance-left {
        padding: 0;
        width: 100%
    }

    .entrance-right {
        background: #fff;
        padding: 0;
        width: 100%
    }

    .entrance-right-title {
        margin-bottom: 15px
    }

    .entrance-right-title {
        text-align: center
    }

    .entrance-right-content {
        margin: 0 auto
    }

    .entrance-right-recovery-msg {
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 20px
    }
}