/* Hintergrundbild */
.login-pf body {
    background:
        linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
        url("../img/background.png") center center / cover no-repeat fixed;
}

/* Firmenlogo anstelle der Überschrift */
#kc-header-wrapper {
    width: 280px;
    height: 90px;
    margin: 0 auto 24px;

    background: url("../img/logo.png") center / contain no-repeat;

    /* Vorhandenen Realm-Namen ausblenden */
    font-size: 0;
    color: transparent;
}

/* Optional: Login-Box etwas moderner gestalten */
.card-pf {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}
