.login-pf body {
    background-size: cover;
    height: 100%;
    background: #242529 none;
}

#kc-header {
    margin-block-start: 0;
}

#kc-header-wrapper {

    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;

    height: 55px;
    margin-block-end: 1em;

    /* Hide the text. */
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}

#authenticateWebAuthnButton {
    color: #ffffff;
    background-color: #1a883b;
    --pf-v5-c-button--after--BorderColor: #1a883b;
}

#authenticateWebAuthnButton:hover {
    background-color: #1b7334;
    --pf-v5-c-button--after--BorderColor: #1b7334;
}

:where(:root) {
    --pf-v5-global--gutter--md: 1rem;
}

.pf-v5-c-login__main > :last-child:not(.pf-v5-c-login__main-footer) {
    padding-block-end: 1rem;
}