html,
body {
	min-height: 100%;
	background: #fbfaf7;
}

body[data-path="login"] {
	overflow-x: hidden;
}

.luxeo-login-root {
	min-height: 100vh;
	min-height: 100dvh;
	width: 100vw;
	background: #fbfaf7;
	color: #183b35;
	font-family: "Plus Jakarta Sans", "Inter", "Segoe UI", sans-serif;
}

.luxeo-login-root * {
	box-sizing: border-box;
}

.luxeo-login-root a {
	color: #1f4e47;
	font-weight: 700;
	text-decoration: none;
}

.luxeo-login-root a:hover {
	color: #143832;
	text-decoration: none;
}

.luxeo-login-split {
	display: grid;
	grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
	min-height: 100vh;
	min-height: 100dvh;
}

.luxeo-login-left {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(36px, 5vw, 72px);
	overflow: hidden;
	background: #1f4e47;
	color: #ffffff;
}

.luxeo-login-left::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(145deg, rgba(20, 56, 50, 0.12), rgba(20, 56, 50, 0.82)),
		url("/assets/luxeo/images/luxeo-bakery-logo.png") center / min(72%, 620px) no-repeat;
	opacity: 0.2;
}

.luxeo-login-left::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(180deg, rgba(31, 78, 71, 0), rgba(20, 56, 50, 0.64));
}

.luxeo-left-inner,
.luxeo-left-footer {
	position: relative;
	z-index: 1;
}

.luxeo-left-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.luxeo-left-brand img,
.luxeo-mobile-brand img {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	object-fit: cover;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.luxeo-left-brand span {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
}

.luxeo-left-copy {
	max-width: 520px;
	margin-top: clamp(72px, 14vh, 150px);
}

.luxeo-left-copy h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(42px, 5.4vw, 76px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: 0;
}

.luxeo-left-copy p {
	max-width: 460px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.7;
}

.luxeo-left-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 560px;
	margin-top: 38px;
}

.luxeo-left-point {
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.luxeo-left-point strong,
.luxeo-left-point span {
	display: block;
}

.luxeo-left-point strong {
	color: #d6b46e;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.luxeo-left-point span {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.45;
}

.luxeo-left-footer {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.luxeo-login-right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(24px, 5vw, 72px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(251, 250, 247, 0.94)),
		#fbfaf7;
}

.luxeo-login-card {
	width: min(100%, 430px);
}

.luxeo-mobile-brand {
	display: none;
	align-items: center;
	gap: 12px;
	margin-bottom: 34px;
}

.luxeo-mobile-brand span {
	color: #143832;
	font-size: 17px;
	font-weight: 800;
}

.luxeo-login-card h2 {
	margin: 0;
	color: #143832;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.luxeo-login-card .subtitle {
	margin: 10px 0 28px;
	color: #6f6250;
	font-size: 15px;
	line-height: 1.55;
}

.luxeo-login-root .page-card-body,
.luxeo-login-root .page-card-actions {
	padding: 0;
}

.luxeo-login-root .form-group {
	margin-bottom: 18px;
}

.luxeo-login-root label {
	display: block;
	margin-bottom: 8px;
	color: #183b35;
	font-size: 13px;
	font-weight: 800;
}

.luxeo-input-shell {
	position: relative;
}

.luxeo-login-root .form-control {
	height: 48px;
	padding: 10px 14px;
	border: 1px solid rgba(31, 78, 71, 0.18);
	border-radius: 8px;
	background: #ffffff;
	color: #183b35;
	box-shadow: none;
	font-size: 15px;
}

.luxeo-login-root .form-control:focus {
	border-color: #c6a25f;
	box-shadow: 0 0 0 3px rgba(198, 162, 95, 0.18);
}

.luxeo-login-root .password-field {
	position: relative;
}

.luxeo-login-root .toggle-password {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	cursor: pointer;
}

.luxeo-login-root .forgot-password-message {
	margin: 4px 0 0;
	text-align: right;
	font-size: 13px;
}

.luxeo-login-root .btn {
	height: 46px;
	border-radius: 8px;
	font-weight: 800;
}

.luxeo-login-root .btn-primary,
.luxeo-login-root .btn-login {
	border-color: #1f4e47;
	background: #1f4e47;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(31, 78, 71, 0.18);
}

.luxeo-login-root .btn-primary:hover,
.luxeo-login-root .btn-login:hover {
	border-color: #143832;
	background: #143832;
	color: #ffffff;
}

.luxeo-login-root .btn-default,
.luxeo-login-root .btn-login-option,
.luxeo-login-root .back-btn {
	border: 1px solid rgba(31, 78, 71, 0.18);
	background: #ffffff;
	color: #183b35;
}

.luxeo-login-root .login-divider {
	margin: 22px 0;
	color: #8a7d67;
}

.luxeo-login-root .social-login-buttons {
	display: grid;
	gap: 10px;
}

.luxeo-security-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: #6f6250;
	font-size: 13px;
}

.luxeo-security-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #c6a25f;
	box-shadow: 0 0 0 4px rgba(198, 162, 95, 0.14);
}

.luxeo-login-root .sign-up-message {
	margin-top: 22px;
	color: #6f6250;
	font-size: 14px;
}

.luxeo-login-root .indicator {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(31, 78, 71, 0.08);
	color: #183b35;
	font-weight: 800;
}

@media (max-width: 980px) {
	.luxeo-login-split {
		grid-template-columns: 1fr;
	}

	.luxeo-login-left {
		display: none;
	}

	.luxeo-login-right {
		align-items: flex-start;
		min-height: 100vh;
		min-height: 100dvh;
		padding: 32px 22px;
	}

	.luxeo-login-card {
		width: min(100%, 440px);
		margin: 0 auto;
	}

	.luxeo-mobile-brand {
		display: inline-flex;
	}
}

@media (max-width: 480px) {
	.luxeo-login-card h2 {
		font-size: 28px;
	}

	.luxeo-login-right {
		padding: 24px 18px;
	}
}
