.w-35 {width: 35%;}

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
}
h2{margin-top: 0}
.wrap {
    min-height: 100%;
    height: 100vh;
}
.wrap .container{height: 100%; position: relative;}
.bg-login {
    background-image: url(../images/background-login.png);
    background-size: cover;
}
.img-logo{
    width: 140px;
    margin: -50px 0;
}
.site-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    border-radius: 5px;
    padding: 0px;
    background: #fff;
    padding: 40px 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    z-index: 2;
}

.site-login form {
    margin-top: 2em;
}

.btn.btn-login {
    background-color: #4A95D0;
    border-color: #4A95D0;
    height: 2.7em;
    border-radius: 4px;
    color: white !important;
    width: 100%;
    height: 44px;
    font-weight: 600;
}
.btn-login:hover, .btn-login:active{opacity: .8}
.btn-login:focus {
    outline: 0 !important;
}
.form-control{height: 44px}
.form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #adb9ca !important;
    font-weight: 400;
}
.form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #adb9ca !important;
    font-weight: 400;
}
.form-control::placeholder {
    font-size: 13px;
    color: #adb9ca !important;
    font-weight: 400;
}
.bx{
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2;
    cursor: pointer;
    color: #555555;
}

#login-form .form-group{
    position: relative;
    margin-bottom: 20px;
}
.help-block{
    color: #d0022b;
    font-size: 14px;
}
@media only screen   and (max-width: 766px){
    .site-login{
        width: 320px;
    }
}