.login-pf body {
    /* Center and scale the image nicely */
    background-color: grey;
    background-image: url("../img/proclima-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#kc-header {
    font-weight: bold;
}

#kc-header-wrapper {
    font-weight: bold;
}

@media (max-width: 767px) {
    .login-pf body {
        background: unset;
        background-image: url("../img/proclima-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #kc-header {
        padding: 5px 0 0 0;
        text-align: center;
    }

    #kc-locale-dropdown a {
        font-weight: bold;
    }

    #kc-header-wrapper {
        font-size: 25px;
        font-weight: bold;
        padding: 20px 0 0 0;
        color: #fff;
        letter-spacing: 0;
    }
    .login-pf-page {
        padding-left: 10px;
        padding-right: 10px;
    }
}
