body.ea-portal-login-page {
	background: #fff;
	color: #161e2e;
}

body.ea-portal-login-page #header-outer,
body.ea-portal-login-page #header-space,
body.ea-portal-login-page #footer-outer,
body.ea-portal-login-page #slide-out-widget-area-bg,
body.ea-portal-login-page #slide-out-widget-area {
	display: none !important;
}

body.ea-portal-login-page #breadcrumbs {
	display: none !important;
}

body.ea-portal-login-page #ajax-content-wrap,
body.ea-portal-login-page .container-wrap,
body.ea-portal-login-page .main-content,
body.ea-portal-login-page .main-content > .row,
body.ea-portal-login-page .woocommerce {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ea-portal-login-page .container-wrap {
	background: #fff !important;
}

body.ea-portal-login-page .woocommerce-notices-wrapper {
	position: fixed;
	top: 20px;
	left: 50%;
	z-index: 50;
	width: min(520px, calc(100% - 40px));
	transform: translateX(-50%);
}

.ea-login,
.ea-login * {
	box-sizing: border-box;
}

.ea-login {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 100vh;
	background: #fff;
	font-family: Inter, Arial, sans-serif;
}

.ea-login__visual {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: #101317 url("../images/login/login-background.webp") center center / cover no-repeat;
}

.ea-login__visual::after {
	position: absolute;
	inset: auto 0 0;
	height: 41.3%;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
}

.ea-login__logo {
	position: absolute;
	top: 36px;
	left: 36px;
	z-index: 2;
	width: 72px;
	height: auto;
}

.ea-login__visual-content {
	position: absolute;
	right: 0;
	bottom: 72px;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 27px;
	width: min(580px, calc(100% - 80px));
	margin: auto;
	color: #fff;
	text-align: center;
}

.ea-login__portal-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 28px;
	padding: 6px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f7f8fa;
	color: #4a5568;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: -0.2px;
}

.ea-login__portal-badge img {
	width: 8px;
	height: 10px;
}

.ea-login__hero-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.ea-login__hero-copy h1,
.ea-login__card-header h2 {
	margin: 0;
	font-family: Graphik, Inter, Arial, sans-serif;
	font-weight: 600;
}

.ea-login__hero-copy h1 {
	color: #f9fafb;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -1.08px;
}

.ea-login__hero-copy p {
	width: min(504px, 100%);
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.ea-login__benefits {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ea-login__benefits li {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.5px;
	white-space: nowrap;
}

.ea-login__benefits img {
	width: 24px;
	height: 24px;
}

.ea-login__side {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 88px 40px 132px;
	background: #f9fafb;
}

.ea-login__card {
	display: flex !important;
	flex-direction: column;
	gap: 24px;
	width: min(520px, 100%) !important;
	margin: 0 !important;
	padding: 32px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(26, 29, 33, 0.04), 0 4px 16px rgba(26, 29, 33, 0.08);
}

.ea-login__card-header {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.ea-login__card-header h2 {
	padding: 0 0 1px;
	color: #161e2e;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: -1.08px;
}

.ea-login__card-header p {
	margin: 0;
	padding: 2px 0 4px;
	color: #4a5568;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.39;
	letter-spacing: -0.5px;
}

.ea-login__fields {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.ea-login__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
}

.ea-login__field > label,
.ea-login__password-label label {
	margin: 0;
	color: #0d0d12;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.ea-login__password-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ea-login__password-label a {
	color: #e2231a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.ea-login__field input[type="text"],
.ea-login__field input[type="password"] {
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 8px 12px !important;
	border: 1px solid #dfe1e7 !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #0d0d12 !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
}

.ea-login__field input::placeholder {
	color: #818898;
	opacity: 1;
}

.ea-login__field input:focus {
	border-color: #1c64f2 !important;
	outline: 3px solid rgba(28, 100, 242, 0.12) !important;
}

.ea-login__password-control {
	position: relative;
	display: block;
}

.ea-login__password-control input {
	padding-right: 48px !important;
}

.ea-login__password-toggle {
	position: absolute !important;
	top: 50%;
	right: 12px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: translateY(-50%);
}

.ea-login__password-toggle img {
	width: 18px;
	height: 14px;
}

.ea-login__password-control .show-password-input {
	display: none !important;
}

body.ea-portal-login-page .ea-login__submit,
body.ea-portal-login-page[data-form-submit="regular"] .container-wrap .ea-login .ea-login__card button[type="submit"].ea-login__submit:not(.search-widget-btn) {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100% !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 14px 24px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #1c64f2 !important;
	background-color: #1c64f2 !important;
	background-image: none !important;
	box-shadow: 0 4px 6px rgba(28, 100, 242, 0.2) !important;
	color: #fff !important;
	font-family: Graphik, Inter, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
	letter-spacing: -0.5px;
	text-transform: none !important;
}

.ea-login__submit:hover,
.ea-login__submit:focus,
body.ea-portal-login-page[data-form-submit="regular"] .container-wrap .ea-login .ea-login__card button[type="submit"].ea-login__submit:not(.search-widget-btn):hover,
body.ea-portal-login-page[data-form-submit="regular"] .container-wrap .ea-login .ea-login__card button[type="submit"].ea-login__submit:not(.search-widget-btn):focus {
	background: #1859d9 !important;
	background-color: #1859d9 !important;
	background-image: none !important;
	color: #fff !important;
}

.ea-login__submit img {
	width: 14px;
	height: 15px;
}

.ea-login__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	white-space: nowrap;
}

.ea-login__divider::before,
.ea-login__divider::after {
	flex: 1;
	height: 1px;
	background: #e2e8f0;
	content: "";
}

.ea-login__divider span {
	padding: 0 4px;
}

.ea-login__request {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 52px;
	padding: 12px 20px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	color: #1a1d21;
	font-family: Graphik, Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.5px;
	text-decoration: none;
}

.ea-login__request:hover,
.ea-login__request:focus {
	border-color: #b8c3d3;
	color: #1a1d21;
}

.ea-login__request img {
	width: 17px;
	height: 15px;
}

.ea-login__recovery-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 0 !important;
}

.ea-login__back {
	align-self: center;
	color: #1c64f2;
	font-family: Graphik, Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
}

.ea-login__back:hover,
.ea-login__back:focus {
	color: #1859d9;
}

.ea-login__confirmation-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #eaf8f2;
}

.ea-login__confirmation-icon img {
	width: 28px;
	height: 28px;
}

.ea-login__card--confirmation .ea-login__card-header p {
	font-size: 15px;
	line-height: 1.55;
}

.ea-login__footer {
	position: absolute;
	right: 40px;
	bottom: 64px;
	left: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.5px;
	text-align: center;
}

.ea-login__footer nav {
	display: flex;
	justify-content: center;
	gap: 28px;
}

.ea-login__footer a {
	color: #9ca3af;
	text-decoration: none;
}

.ea-login__footer p {
	margin: 0;
}

@media (max-width: 1180px) {
	.ea-login__visual-content {
		width: calc(100% - 48px);
	}

	.ea-login__hero-copy h1 {
		font-size: 40px;
	}

	.ea-login__benefits {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 900px) {
	.ea-login {
		grid-template-columns: 1fr;
	}

	.ea-login__visual {
		min-height: 500px;
	}

	.ea-login__visual-content {
		bottom: 48px;
	}

	.ea-login__side {
		min-height: 720px;
		padding: 64px 24px 140px;
	}
}

@media (max-width: 560px) {
	.ea-login__visual {
		min-height: 570px;
	}

	.ea-login__logo {
		top: 24px;
		left: 24px;
	}

	.ea-login__visual-content {
		width: calc(100% - 40px);
	}

	.ea-login__hero-copy h1 {
		font-size: 36px;
	}

	.ea-login__hero-copy p {
		font-size: 16px;
		line-height: 24px;
	}

	.ea-login__benefits {
		flex-direction: column;
		align-items: center;
	}

	.ea-login__side {
		padding: 40px 16px 150px;
	}

	.ea-login__card {
		padding: 24px !important;
	}

	.ea-login__card-header h2 {
		font-size: 32px;
	}

	.ea-login__footer {
		right: 20px;
		bottom: 40px;
		left: 20px;
	}

	.ea-login__footer nav {
		flex-wrap: wrap;
		gap: 12px 20px;
	}
}
