html, body, #login-body, .gray-bg {
    width: 100%;
    height: 100%;
}
.gray-bg {
    background-color: #f0f0f0;
}
#login-wrapper {
    display: table-cell;
    vertical-align: middle;
}
#login-wrapper-inner {
    width: 700px;
    height: 370px; /* смещается вниз при ошибках*/
    margin: 0 auto;
}
#login-wrapper .checkbox {
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}
#login-wrapper .form-control {
    width: 100% !important;
}
#login-wrapper input.norad {
    border-radius: 0;
}
#login-wrapper input[type="text"], .form input[type="password"] {
    height: 30px;
    line-height: 14px;
    padding: 6px 6px;
    font-size: 12px;
}
#main-login-form {
    width: 100%;
    margin-left: 50px;
}
#main-login-form .form label {
    display: inline-block;
    font-weight: normal;
}
.login-form-block {
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.login-form-header {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}
.login-form-register {
    margin-top: 6px;
}
#main-login-form .btn-primary {
    border-color: #3D81D3;
}
.login-controls {
    width: 100%;
}

.remember-me-container {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.remember-me-container div {
    display: inline-block;
    text-align: center;
}

    /*#main-login-form h2 {
    color: blue;
}*/
    #login-body {
        display: table;
    }
#login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ccc;
    background: #2e343a; /* #2e343a #22272b */
}
#login-footer .footer-body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 4px;
    color: #707070;
    font-size: 12px;
    line-height: 1.66666666666667;
    text-align: center;
}
#login-footer ul {
    margin: 0;
    padding: 0;
}
#login-footer ul,
#login-footer ul>li {
    display: block;
    list-style: none;
}
#login-footer a {
    text-decoration: none;
}
#login-footer a:hover,
#login-footer a:focus {
    text-decoration: underline;
}
#login-footer,
#login-footer ul>li a,
#login-footer ul>li a:visited {
    color: #cecece;
}

#passwordRule{
    color:red;
}

#login-wrapper-inner {
    display: flex;
    position: relative;
    z-index: 1;
}

.validation-summary-errors ul {
    color: red;
}

.password-input-wrapper {
    position: relative;
}

.password-input-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
/*# sourceMappingURL=maps/login-33bc9db9.css.map */
