body[data-path="login"] {
	background: #f6f8f7;
	color: #14231f;
	overflow: hidden;
}

html:has(body[data-path="login"]) {
	overflow: hidden;
}

body[data-path="login"] .navbar {
	min-height: 42px;
	border: 0;
	background: #075f55;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
}

body[data-path="login"] .navbar .container {
	max-width: 1280px;
}

body[data-path="login"] .navbar-brand,
body[data-path="login"] .navbar-brand span {
	color: #fff !important;
	font-weight: 700;
}

body[data-path="login"] #language-switcher select,
body[data-path="login"] .navbar .form-control {
	min-height: 30px;
	border: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.95);
	color: #12332f;
}

body[data-path="login"] .page-content-wrapper {
	height: calc(100vh - 42px);
	padding: 0;
	overflow: hidden;
}

body[data-path="login"] .page_content {
	height: calc(100vh - 42px);
	padding: 0;
	overflow: hidden;
}

body[data-path="login"] .page_content > div:first-child {
	display: grid;
	height: calc(100vh - 42px);
	grid-template-columns: minmax(420px, 50%) minmax(0, 1fr);
	background: #f6f8f7;
	overflow: hidden;
}

body[data-path="login"] .for-login {
	display: flex !important;
	height: calc(100vh - 42px);
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 28px;
	overflow: hidden;
}

body[data-path="login"] .for-forgot,
body[data-path="login"] .for-login-with-email-link,
body[data-path="login"] .for-signup {
	height: calc(100vh - 42px);
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 28px;
	overflow: hidden;
}

body[data-path="login"] .for-forgot[style*="block"],
body[data-path="login"] .for-login-with-email-link[style*="block"],
body[data-path="login"] .for-signup[style*="block"] {
	display: flex !important;
}

body[data-path="login"] .page-card-head {
	margin: 0 0 16px;
	text-align: center;
}

body[data-path="login"] .page-card-head .app-logo {
	width: 54px;
	height: 54px;
	margin-bottom: 12px;
	border-radius: 14px;
	object-fit: contain;
	box-shadow: 0 10px 28px rgba(6, 95, 85, 0.12);
}

body[data-path="login"] .page-card-head h4 {
	margin: 0;
	color: #0f2f2a;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
}

body[data-path="login"] .login-content.page-card {
	width: min(100%, 370px);
	padding: 24px;
	border: 1px solid rgba(8, 88, 79, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 70px rgba(15, 47, 42, 0.12);
	backdrop-filter: blur(14px);
}

body[data-path="login"] .page-card-body {
	padding: 0;
}

body[data-path="login"] .form-group {
	margin-bottom: 14px;
}

body[data-path="login"] .form-control {
	min-height: 44px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #edf4f2;
	color: #132b27;
	font-size: 14px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body[data-path="login"] .form-control:focus {
	border-color: #0f766e;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.14);
}

body[data-path="login"] .field-icon {
	color: #0f5f55;
	opacity: 0.85;
}

body[data-path="login"] .forgot-password-message {
	margin: 4px 0 18px;
	text-align: end;
}

body[data-path="login"] .forgot-password-message a,
body[data-path="login"] .sign-up-message a {
	color: #52615e;
	font-weight: 500;
}

body[data-path="login"] .page-card-actions {
	padding: 0;
}

body[data-path="login"] .btn-primary,
body[data-path="login"] .btn-login {
	min-height: 42px;
	border: 0;
	border-radius: 10px;
	background: #075f55;
	color: #fff;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(7, 95, 85, 0.2);
}

body[data-path="login"] .btn-primary:hover,
body[data-path="login"] .btn-login:hover {
	background: #064e46;
}

body[data-path="login"] .btn-default,
body[data-path="login"] .btn-login-option {
	min-height: 42px;
	border: 0;
	border-radius: 10px;
	background: #eff3f2;
	color: #183531;
	font-weight: 700;
}

body[data-path="login"] .login-divider {
	margin: 18px 0 12px;
}

body[data-path="login"] .muthhel-login-hero {
	position: relative;
	display: flex;
	height: calc(100vh - 42px);
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 56px;
	background:
		linear-gradient(90deg, rgba(7, 95, 85, 0.9), rgba(7, 95, 85, 0.48)),
		linear-gradient(135deg, #23d6b7 0%, #0a6f62 54%, #052f2d 100%);
	color: #fff;
	isolation: isolate;
}

body[data-path="login"] .muthhel-login-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.11) 0 18%, transparent 18% 100%),
		radial-gradient(circle at 18% 12%, rgba(95, 255, 216, 0.42), transparent 32%),
		radial-gradient(circle at 86% 82%, rgba(255, 255, 255, 0.16), transparent 34%);
	background-position: center, center, center;
	background-repeat: no-repeat;
	background-size: auto, auto, auto;
	opacity: 0.95;
}

body[data-path="login"] .muthhel-login-hero::after {
	content: "";
	position: absolute;
	inset: auto -12% -18% 18%;
	z-index: -1;
	height: 46%;
	border-radius: 50%;
	background: rgba(3, 34, 31, 0.18);
	filter: blur(48px);
}

body[data-path="login"] .muthhel-login-hero__content {
	width: min(100%, 680px);
	text-align: center;
}

body[data-path="login"] .muthhel-login-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 13px;
	font-weight: 700;
}

body[data-path="login"] .muthhel-login-title {
	margin: 24px 0 14px;
	color: #fff;
	font-size: clamp(38px, 5vw, 74px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

body[data-path="login"] .muthhel-login-subtitle {
	margin: 0 auto;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

body[data-path="login"] .muthhel-login-points {
	display: grid;
	max-width: 560px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 34px auto 0;
}

body[data-path="login"] .muthhel-login-point {
	min-height: 76px;
	padding: 14px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	text-align: center;
}

body[data-path="login"] .muthhel-login-point strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 14px;
}

body[data-path="login"] .muthhel-login-point span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
}

@media (max-width: 900px) {
	html:has(body[data-path="login"]),
	body[data-path="login"] {
		overflow: auto;
	}

	body[data-path="login"] .page-content-wrapper,
	body[data-path="login"] .page_content {
		height: auto;
		min-height: calc(100vh - 42px);
		overflow: visible;
	}

	body[data-path="login"] .page_content > div:first-child {
		display: flex;
		height: auto;
		min-height: auto;
		flex-direction: column-reverse;
		overflow: visible;
	}

	body[data-path="login"] .muthhel-login-hero {
		height: auto;
		min-height: 300px;
		padding: 42px 22px;
	}

	body[data-path="login"] .for-login,
	body[data-path="login"] .for-forgot,
	body[data-path="login"] .for-login-with-email-link,
	body[data-path="login"] .for-signup {
		min-height: auto;
		padding: 32px 18px 42px;
	}

	body[data-path="login"] .muthhel-login-points {
		grid-template-columns: 1fr;
	}
}
