:root {
    --pf-global--primary-color--100: var(--pf-global--palette--red-100);
    --pf-global--primary-color--200: var(--pf-global--palette--red-200);
}

#kc-header-wrapper {
    padding: 0px !important;
} 

.login-pf body {
    background: url("../img/rzl-identity-login-bg.svg") no-repeat center center fixed;
    background-size: cover;
    background-color: white;
    height: 100%;
}

.kc-logo-text {
    background-image: url("../img/rzl-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 250px !important;
    height: 145px !important;
    margin: 30px auto 10px;
}

.kc-logo-text span {
    display: none;
}

#kc-locale {
    display: none !important;
}

.card-pf {
    margin: 0 auto;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

input.pf-c-form-control {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.pf-c-button.pf-m-control {
    margin-bottom: 1rem;
    border-color: rgba(230, 230, 230, 0.5);
}

h1#kc-page-title {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .kc-logo-text {
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    .card-pf {
        padding: 1rem;
    }
}
