.login-pf body {
    background-image: url('../img/kag-keycloak.jpg');
    background-size: cover;
}

.card-pf {
    background-color: rgba(255,255,255, 0.4);
    backdrop-filter: blur(4px);
    border: 2px #007002 solid;
    border-radius: 10px;
}

h1#kc-page-title {
    color: black;
    font-weight: 500;
}

.checkbox label, .pf-c-form__label-text {
    color: black;
    font-weight: 400;
}

.pf-c-form__label-text {
    padding-bottom:5px;
}

a  {
    color: #007002;
    font-weight: 500;
}

input#password, input#username {
    border: 1px #007002 solid;
}

input#kc-login {
    background-color: #007002;
}

div#kc-header-wrapper{
    color: black;
    font-weight: 500;
    background-color: rgba(255,255,255, 0.3);
    backdrop-filter: blur(4px);
    border-radius: 5px;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top:50px;
}

