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,
#flow-protected-content-login-form .lost-password,
.block-flow-protected-content-block .lost-password,
.block-flow-protected-content-block .register {
	display: block;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
	text-align: center;
	margin: 0 1em;
	font-size: 0.75em;
	font-weight: 500;
	color: #000;
}

#flow-protected-content-login-form .options,
.block-flow-protected-content-block .options {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
}

.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;
}
