/* Password-protected page */

form.post-password-form {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 80px 25px 50px;

	@media (max-width: 768px) {
		padding: 40px 25px;
	}
	height: 100vh;
	background-image: url(https://catchandkeep.de/wp-content/uploads/2025/01/Hero-Banner-Large-Ball-Catch.webp), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: overlay;
}

form.post-password-form p {
	font-family: var(--e-global-typography-6a88b22-font-family), Sans-serif;
	font-size: var(--e-global-typography-6a88b22-font-size);
	font-weight: var(--e-global-typography-6a88b22-font-weight);
	text-transform: var(--e-global-typography-6a88b22-text-transform);
	font-style: var(--e-global-typography-6a88b22-font-style);
	line-height: var(--e-global-typography-6a88b22-line-height);
	letter-spacing: var(--e-global-typography-6a88b22-letter-spacing);
	color: var(--e-global-color-secondary);
	max-width: 1640px;
	margin: 0 auto;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

form.post-password-form p.predrop-text {
	font-size: 21px;
	padding-top: 20px;
	display: block;
}

form.post-password-form label {
	font-size: 0;
	width: 100%;
	max-width: 700px;
	margin: 40px 0 20px;
}

form.post-password-form input {
	border-radius: 30px;
	max-height: 70px;
	color: #09090B;
	outline: none;
}

form.post-password-form input[type="submit"] {
	color: #09090B;
	background-color: #A9FF00;
	border-color: #A9FF00;
	font-size: 21px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1.5;
	padding: 10px 30px;
	transition: all .3s;
}

form.post-password-form input[type="submit"]:hover {
	background-color: #90DA00;
}