.login-pf body {
    background: none;
}

.login-pf-page-header {
    display: none;
}

.login-pf {
    background-image: url('../img/it-motive-Logo.svg' ), url('../img/flaeche-weiss.svg' ), url('../img/flaeche-verlauf.svg' );
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right top, right, left;
    background-size: 100px, cover, cover;
}

.login-pf .login-pf-header {
    height: 100px;
    background-image: url('../img/INKAS-logo.svg' );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.card-pf {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 420px;

    border-radius: 20px;
    border: solid 1px white;
    box-shadow: var(--pf-global--BoxShadow--lg);
}

.card-pf-bak {
    margin: 0 auto;
    box-shadow: var(--pf-global--BoxShadow--lg);
    padding: 0 20px;
    max-width: 500px;

    border-radius: 20px;
    border: solid 1px white;
}