body.protected-content #inner-content {
    display: none;
}

#flow-protected-content-login-form {
    margin: 3em auto 0;
    max-width: 720px;
    width: 96%;
}

#flow-protected-content-login-form h2 {
    text-align: center;
}

#flow-protected-content-login-form p {
    margin-bottom: 2em;
}

#flow-protected-content-login-form form {
    width: auto !important;
    max-width: 360px;
}

#flow-protected-content-login-form .register,
.block-flow-protected-content-block .register {
    display: block;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    text-align: center;
    margin: 0 auto 2em;
    font-size: .75em;
    font-weight: 500;
    color: #000;
}

.block-flow-protected-content-block h3,
.block-flow-protected-content-block p {
    text-align: center;
}

.block-flow-protected-content-block form {
    margin-bottom: 0;
}

.block-flow-protected-content-block form input[type="submit"] {
    margin-bottom: 1em !important;
}

#flow-protected-content-login-form .content-teaser {
    position: relative;
}

#flow-protected-content-login-form .content-teaser::after {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%);
    pointer-events: none;
}
