

.login h1 a {
    background-size: cover!important;
    width: 320px!important;
    height: 190px!important;
    margin-bottom: 0px!important;
}

.login p#nav {
    display: none!important;
}

@media screen and (min-width: 1150px) {
    body {
        display: flex;
        flex-direction: row;
    }

    #login {
        padding: 0% 0 0!important;
    }
    div#login-image {
        width: 50%;
        background-size: contain;
        height: 100vh;
        background-repeat: no-repeat;
        background-position-x: right;
    }
}