html, body {
    height: 100%;
    background: -moz-linear-gradient( bottom, #0d3073, #1786ff );
    background: -webkit-linear-gradient( bottom, #0d3073, #1786ff );
    background: -o-linear-gradient( bottom, #0d3073, #1786ff );
    background: linear-gradient( bottom, #0d3073, #1786ff );
}

.login{
    height: 100vh;
}

.login-logo{
    width: 150px;
}