body{
    margin:0%;
    width:100%;
    height:100vh;
    background: linear-gradient(to top,#e7e7e7 0%, #e7e7e7 50%,#00548b 50%, #00548b 100%);
}

.login-form{
    margin-top:20vh!important;
}
