
.login-pf body {
    background: url(../img/background.gif) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

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

/*
 Make the header background white
 */
.pf-v5-c-login__header {
    background-color: white;
}

/*
 Remove the shadow above the main frame
 */
.pf-v5-c-login__main {
    box-shadow: unset;
}

/*
 Remove the border above login dialog
 */
.pf-v5-c-login__main-header {
    border-top: unset;
}

/*
 The margin-top will push the logo down a bit from the top of the frame
 */
.pf-v5-c-brand {
    background-color: white;
    margin-block-end: 0px !important;
    margin-top: 40px;
}

/*
 Hide the test: "Sign in to your account".
*/

.pf-v5-c-title.pf-m-3xl {
    display: none !important;
}

