.login-pf {
    background: none;
}

.login-pf body {
    background: none !important;
    background-color: #D3D3D3 !important;
}

.login-pf-header:before {
    display: inline-block;
    width: 100%;
    height: 100px;
    margin-right: 5px;
    content: "";
    background: url("../img/logo.png") no-repeat 0 0;
    background-size: auto 100%;
    background-position: center;
}

.card-pf {
    background: #009EDB;
    border-color: #009EDB !important;
    color: white;
}

.login-pf-page .card-pf p {
    color: white;
}

.login-pf-page .login-pf-signup {
    color: white !important;
}

input#kc-accept.pf-c-button.pf-m-primary.btn-lg {
    background: #5CC2EA;
    width: 100%;
}

h1#kc-page-title {
    color: white;
}

a {
    color: white;
    text-decoration: underline;
}

input#kc-login.pf-c-button.pf-m-primary.pf-m-block.btn-lg {
    background: #5CC2EA;
}

input.pf-c-button.pf-m-primary.pf-m-block.btn-lg {
    background: #5CC2EA;
}

.pf-c-form__label.pf-c-form__label-text {
    color: white !important;
}

#kc-header-wrapper {
    display: none !important;
}

#kc-info-wrapper {
    background: linear-gradient(90deg, #5CC2EA 0%, #009EDB 100%);
!important;
}

span {
    color: white;
}