:root {
    --pf-global--primary-color--100: rgb(251, 186, 0);
}
.login-pf body {
    background: rgba(0,212,255,1);
    background: linear-gradient(180deg, rgba(0,212,255,1) 0%, rgba(9,78,121,1) 100%);
}
div.logo-text {
    background-image: url(../img/medifleet_logo.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    background-position: center;
    margin: 0 auto;
}
#kc-header-wrapper::after {
    content: "MediFleet.be";
}