html.login-pf body {
    background:unset;
    background-color: #ffffff;
}

#kc-header {
    background-image: url("../img/Liip_Logo_Green.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
}

#kc-header-wrapper {
    visibility: hidden;    
}

.pf-c-form-control:hover {
    border-bottom-color: #6ea644;
}
.card-pf {
    border-color: #6ea644;
}

.pf-c-button.pf-m-primary {
    transition-duration: .2s;
    transition-property: background-color,border,color;
    transition-timing-function: ease-out;
    background: unset;
    color: #6ea644;
    border: solid 1px #6ea644;
}

.pf-c-button.pf-m-primary:hover {
    color: #ffffff;
    background-color: #6ea644;
}
