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

    .pf-v5-c-login__container {
        grid-template-columns: 34rem;
        grid-template-areas:
        "header"
        "main";
    }

    .pf-v5-c-button.pf-m-secondary {
        --pf-v5-c-button--after--BorderColor: #9CCB3B;
        color: #9CCB3B
    }

    .kc-logo-text {
        margin-left:200px;
        margin-bottom: 80px;
        height:100px
    }
    input {
        border-bottom: 2px solid #9CCB3B;
    }
}

:root {
    --pf-v5-global--primary-color--400: var(--pf-v5-global--BorderColor--light-100);
    --pf-v5-global--primary-color--300: #9CCB3B;
    --keycloak-card-top-color: #9CCB3B;
}