.w-35 {width: 35%;}

html,
body {
    height: 100%;
}
h2{margin-top: 0}
.wrap {
    min-height: 100%;
    height: 100vh;
}
.wrap .container{height: 100%; position: relative;}
.bg-login {
    background-image: url("../images/cms-bg.jpg");
    background-size: cover;
}

.site-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    border-radius: 5px;
    padding: 0px;
    background: #fff;
    padding: 40px 50px;
    overflow: hidden;
}

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

.btn-login {
    background-color: #4A95D0;
    border-color: #4A95D0;
    height: 2.7em;
    border-radius: 4px;
    color: white !important;
    width: 100%;
    height: 40px
}
.btn-login:hover, .btn-login:active{opacity: .8}
.btn-login:focus {
    outline: 0 !important;
}
.form-control{height: 40px}
.glyphicon{
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2;
    cursor: pointer;
    color: #555555;
}

#login-form .form-group{position: relative;}