/* This is overridden from the original login.css */
.login-pf body {
    background: url("../img/contargo-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

div.kc-logo-text {
    background-image: url(../img/contargo-logo.png);
    background-repeat: no-repeat;
    height: 101px;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .login-pf body {
        background: #00305d;
    }
    .pf-v5-c-login {
        align-items: unset;
    }
    #kc-header-wrapper{
        position: relative;
    }
    div.kc-logo-text {
        background-size: 80%;
        height: 63px;
        width: 300px;
        background-position: center;
    }
}
