.wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #DAE0E5;
}
.wrap-top {
    background-color: #264FB5;
    height: 50vh;
}
.header {
    border-bottom: 13px solid #204399;
}
.header h4 {
    line-height: 65px;
    margin-left: 14px;
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 1rem;
}
.logo {
    background: url(../images/bg-logo.png) no-repeat;
    width: 200px;
    height: 65px;
    background-size: cover;
    padding: 0 20px;
    line-height: 65px;
}
.wrap-login {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 400px;
}
