@media (min-width:768px) {
    body.login-page .login-logo {
        padding-top:0px;
        margin-bottom:35px
    }
}

.login-page {
    background: url('../img/city.svg') center bottom repeat-x, linear-gradient(180deg, rgba(130,206,242,1) 0%, rgba(217,252,246,1) 100%);
    background-size: auto 300px, 100% 100%;
}
