.login-pf body {
    background: #edf0f5;
}

.login-pf-page {
    padding-top: 0;
    min-height: 100vh;
    position: relative;
}

#kc-header {
    color: #ededed;
    background: #1F2023;
    overflow: visible;
    white-space: nowrap;
    margin-bottom: 50px;
}

#kc-header-wrapper {
    background: url("../img/sdesk.png");
    background-size: 624px 97px;
    background-repeat: no-repeat;
    font-size: 0px;
    height: 97px;
}

/* pro footer ficar posicionado corretamente ao fim da pagina */
#wrap-content {
    background: #edf0f5;
    padding-bottom: 100px;
}

.jfsc-footer {
    position: absolute;
    bottom: 0px;
    height: 100px;
    padding-top: 50px;
    width: 100%;
    text-align: center;
    color: #456177;
}

@media (max-width: 767px) {
    .login-pf body {
        background: white;
    }

    #kc-header {
        margin-bottom: 20px;
    }

    #kc-locale-dropdown>a {
        color: white;
    }

    #wrap-content {
        background: white;
    }
}

@media (min-width: 1366px) {
    #kc-header {
        margin-bottom: 8%;
    }
}
