.login-pf body {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background: none;
    background-color: #f5f5f5;
}

#kc-header {
    color: unset;
}

#kc-header-wrapper {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* optional: Text ausblenden, wenn nur Logo gewünscht */
    text-indent: -9999px;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: unset;
    font-size: 30px;
    font-weight: bold;
    color: #72767b;
}

@media (max-width: 767px) {
    #kc-header-wrapper {
        padding: 20px 0 0 0;
    }

    #kc-header {
        text-align: center;
    }
}

.card-pf {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f5f5f5;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    border-top: none;
}

.login-pf-header {
    text-align: center;
    margin-bottom: 20px;
}

#kc-page-title {
    font-size: 24px;
    margin: 0;
    color: #333;
    font-weight: normal;
    display: none;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.pf-c-form__label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.pf-c-form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.pf-c-input-group {
    position: relative;
}

.pf-c-input-group input {
    width: calc(100% - 40px);
    display: inline-block;
}

.pf-c-input-group button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.pf-c-input-group button i {
    font-size: 18px;
    color: #333;
}

.pf-c-button.pf-m-primary {
    width: 100%;
    padding: 10px;
    background-color: #f58220;
    border: 1px solid grey;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    color: unset;
}

.pf-c-button.pf-m-primary:hover {
    background-color: #e6731b;
}

.pf-c-button.pf-m-control {
    background: none;
    border: none;
    cursor: pointer;
}

#kc-content {
    text-align: center;
}

#kc-form-buttons {
    margin-top: 20px;
}

.btn-lg {
    font-size: 18px;
    padding: 12px;
}
