/* H-Mail login visual restore: keep the bride photo, remove client logos. */
#body-login {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .10) 38%, rgba(255, 255, 255, .04) 66%, rgba(0, 0, 0, .20) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .42) 100%),
		url("../img/Wedding-inspo-page2.jpg") center top / cover no-repeat #111 !important;
	background-attachment: fixed !important;
}

#body-login::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 46%),
		linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .22)) !important;
}

#body-login::after {
	background: rgba(244, 241, 235, .025) !important;
}

#body-login #header .logo,
.mbfx-logo img,
.mbfx-logo-imagehaus,
.mbfx-logo-henryk,
.mbfx-swarm-logo,
.mbfx-hero-copy p {
	display: none !important;
}

.mbfx-logo-text,
.mbfx-logo-text:link,
.mbfx-logo-text:visited {
	color: rgba(247, 245, 241, .92) !important;
	display: inline-flex !important;
	font-family: "Clashdisplay", Helvetica, Arial, sans-serif !important;
	font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
	font-weight: 700 !important;
	letter-spacing: .02em !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-shadow: 0 8px 28px rgba(0, 0, 0, .28) !important;
	width: auto !important;
}
