.tagespresse-login,
.tagespresse-activation,
.tagespresse-account {
	max-width: 420px;
	margin: 20px auto 0 auto;
	padding: 1.5rem;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 0 .5px #0014281a, 0 2px 8px #32375a33;
}

.tagespresse-login__messages,
.tagespresse-login__sub-messages,
.tagespresse-activation__password-message,
.tagespresse-account__messages {
	margin-bottom: 1rem;
	font-weight: 600;
	margin-top: 0.75rem;
}

.tagespresse-login__messages.is-error,
.tagespresse-login__sub-messages.is-error,
.tagespresse-activation__password-message.is-error,
.tagespresse-account__messages.is-error {
	color: #c62828;
}

.tagespresse-login__messages.is-success,
.tagespresse-login__sub-messages.is-success,
.tagespresse-activation__password-message.is-success,
.tagespresse-account__messages.is-success {
	color: #2e7d32;
}

.tagespresse-login label,
.tagespresse-activation label,
.tagespresse-account label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25rem;
	color: #777777;
}

.tagespresse-login input[type="text"],
.tagespresse-login input[type="password"],
.tagespresse-activation input[type="password"],
.tagespresse-activation input[type="text"],
.tagespresse-account input[type="text"],
.tagespresse-account input[type="password"],
.tagespresse-account input[type="email"] {
	width: 100%;
	padding: 0.5rem;
	margin-bottom: 0.75rem;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
}

.tagespresse-login__dynamic {
	margin-top: 1.5rem;
}

.tagespresse-login__submit.is-hidden {
	display: none;
}

.tagespresse-login__action-button.is-hidden {
	display: none;
}

.tagespresse-login__separator {
	margin: 1rem 0;
	text-align: center;
	font-weight: 600;
}

.tagespresse-login__resend-link {
	margin-left: 0.5rem;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.tagespresse-account__logout {
	margin-top: 1rem;
	text-align: right;
}

.tagespresse-login button,
.tagespresse-activation button,
.tagespresse-account button {
	display: block;
	width: 100%;
	height: 48px;
	color: #fff!important;
	background: linear-gradient(0deg, #35302c, #4b4440, #625a54);
	border-radius: 5px;
	border: none;
	padding: 0 1.25rem;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
}

.tagespresse-login-success-modal {
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translate(-50%, -10px);
	padding: 0.75rem 1.25rem;
	background: #2e7d32;
	color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	opacity: 0;
	z-index: 9999;
	transition: opacity 200ms ease, transform 200ms ease;
	font-weight: 600;
}

.tagespresse-login-success-modal.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.tagespresse-login-success-modal.is-fading {
	opacity: 0;
	transform: translate(-50%, -10px);
}
