/* -------------------------------------------------------------------------
 * WooCommerce account/auth screens
 * ------------------------------------------------------------------------- */

body.woocommerce-account {
	--zdl-auth-bg: #f2f2f2;
	--zdl-auth-card: #fff;
	--zdl-auth-border: #e2dce8;
	--zdl-auth-text: #3f3d3a;
	--zdl-auth-muted: #76716b;
	--zdl-auth-accent: #2fb5dc;
	--zdl-auth-action: #4169e1;
}

body.woocommerce-account.et-db #et-boc .et-l .woocommerce {
	max-width: min(1120px, calc(100vw - 48px));
	margin: 0 auto;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif;
}

body.woocommerce-account #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: stretch;
	width: 100% !important;
	max-width: 1040px;
	margin: 0 auto;
}

body.woocommerce-account #customer_login .u-column1 {
	grid-column: 1 / 2 !important;
	grid-row: 1 !important;
}

body.woocommerce-account #customer_login .u-column2 {
	grid-column: 2 / 3 !important;
	grid-row: 1 !important;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: clamp(1.25rem, 2vw, 1.8rem);
	border: 1px solid var(--zdl-auth-border);
	border-radius: 8px;
	background: var(--zdl-auth-bg);
	box-shadow: 0 16px 34px rgba(47, 43, 38, 0.06);
}

body.woocommerce-account #customer_login h2,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1.15rem !important;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif;
	font-size: clamp(1.35rem, 2vw, 1.7rem) !important;
	font-weight: 900;
	line-height: 1.18 !important;
}

body.woocommerce-account #customer_login h2::before,
body.woocommerce-account .woocommerce-MyAccount-content h2::before,
body.woocommerce-account .woocommerce-MyAccount-content h3::before {
	content: "";
	display: inline-flex;
	flex: 0 0 auto;
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
	background: var(--zdl-auth-accent);
	box-shadow: 0 0 0 6px rgba(47, 181, 220, 0.12);
}

body.woocommerce-account #customer_login form.login,
body.woocommerce-account #customer_login form.register {
	display: grid;
	gap: 1rem;
	min-height: calc(100% - 3rem);
	margin: 0 !important;
	padding: 1.2rem !important;
	border: 1px solid var(--zdl-auth-border) !important;
	border-radius: 8px;
	background: var(--zdl-auth-card);
	box-shadow: 0 10px 24px rgba(47, 43, 38, 0.04);
}

body.woocommerce-account #customer_login p,
body.woocommerce-account .woocommerce-MyAccount-content p {
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif;
	font-size: 0.98rem;
	line-height: 1.58;
}

body.woocommerce-account #customer_login .form-row {
	display: grid;
	gap: 0.4rem;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-account #customer_login label,
body.woocommerce-account .woocommerce-MyAccount-content label {
	color: var(--zdl-auth-text);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
}

body.woocommerce-account #customer_login input.input-text,
body.woocommerce-account #customer_login input[type="email"],
body.woocommerce-account #customer_login input[type="password"],
body.woocommerce-account #customer_login input[type="text"],
body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content select,
body.woocommerce-account .woocommerce-MyAccount-content textarea {
	width: 100%;
	min-height: 52px;
	padding: 0.75rem 0.9rem;
	border: 1px solid #d4cec4;
	border-radius: 4px;
	background: #fff;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.35;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.woocommerce-account #customer_login input:focus,
body.woocommerce-account .woocommerce-MyAccount-content input:focus,
body.woocommerce-account .woocommerce-MyAccount-content select:focus,
body.woocommerce-account .woocommerce-MyAccount-content textarea:focus {
	border-color: var(--zdl-auth-action);
	box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.14);
	outline: none;
}

body.woocommerce-account #customer_login .show-password-input {
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
}

body.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 44px;
	margin: 0 !important;
	font-weight: 700;
}

body.woocommerce-account #customer_login input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: var(--zdl-auth-action);
}

body.woocommerce-account #customer_login .woocommerce-button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button,
body.woocommerce-account .woocommerce-MyAccount-content button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	width: 100%;
	padding: 0.75rem 1.2rem;
	border: 1px solid var(--zdl-auth-action);
	border-radius: 6px;
	background: var(--zdl-auth-action);
	color: #fff;
	font-family: Poppins, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(65, 105, 225, 0.22);
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.woocommerce-account #customer_login .woocommerce-button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover,
body.woocommerce-account .woocommerce-MyAccount-content button.button:hover {
	background: #2f56d4;
	box-shadow: 0 16px 28px rgba(65, 105, 225, 0.26);
	transform: translateY(-1px);
}

body.woocommerce-account #customer_login .lost_password {
	margin: -0.2rem 0 0 !important;
}

body.woocommerce-account #customer_login a,
body.woocommerce-account .woocommerce-MyAccount-content a {
	color: #2c9fe0;
	font-weight: 800;
	text-decoration: none;
}

body.woocommerce-account #customer_login a:hover,
body.woocommerce-account .woocommerce-MyAccount-content a:hover {
	color: #167db4;
	text-decoration: underline;
}

body.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
	margin: 0;
	padding: 0.9rem;
	border: 1px solid #eee8f3;
	border-radius: 6px;
	background: #fbfbfb;
}

body.woocommerce-account #customer_login .woocommerce-privacy-policy-text p {
	margin: 0;
	color: var(--zdl-auth-muted);
	font-size: 0.9rem;
}

body.woocommerce-account .woocommerce-notices-wrapper {
	max-width: 1040px;
	margin: 0 auto 1rem;
}

/* Logged-in My Account dashboard. */
body.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
	width: 100%;
	max-width: 1120px;
	margin-inline: auto;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	grid-column: 1 / 2 !important;
	grid-row: 1 !important;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 1rem;
	border: 1px solid var(--zdl-auth-border);
	border-radius: 8px;
	background: var(--zdl-auth-bg);
	box-shadow: 0 12px 28px rgba(47, 43, 38, 0.05);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-navigation * {
	font-family: Poppins, Arial, sans-serif !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-height: 46px;
	padding: 0.75rem 0.9rem;
	border: 1px solid transparent;
	border-radius: 6px;
	color: var(--zdl-auth-text) !important;
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 0.98rem !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.woocommerce-account.et-db #et-boc .et-l .woocommerce-MyAccount-navigation li a,
body.woocommerce-account .site-main .woocommerce-MyAccount-navigation li a {
	color: var(--zdl-auth-text) !important;
	font-family: Poppins, Arial, sans-serif !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	border-color: rgba(65, 105, 225, 0.42);
	background: #fff;
	color: var(--zdl-auth-action) !important;
	box-shadow: 0 10px 22px rgba(65, 105, 225, 0.12);
	transform: translateX(2px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	border-color: var(--zdl-auth-action);
	background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
	box-shadow: 0 12px 24px rgba(65, 105, 225, 0.16);
}

body.woocommerce-account.et-db #et-boc .et-l .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account.et-db #et-boc .et-l .woocommerce-MyAccount-navigation li a:hover,
body.woocommerce-account .site-main .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .site-main .woocommerce-MyAccount-navigation li a:hover {
	color: var(--zdl-auth-action) !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before {
	content: "";
	display: inline-flex;
	flex: 0 0 auto;
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 50%;
	background: var(--zdl-auth-accent);
	box-shadow: 0 0 0 5px rgba(47, 181, 220, 0.14);
}

body.woocommerce-account .woocommerce-MyAccount-content {
	grid-column: 2 / 3 !important;
	grid-row: 1 !important;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 1.35rem;
	border: 1px solid var(--zdl-auth-border);
	border-radius: 8px;
	background: var(--zdl-auth-bg);
	box-shadow: 0 12px 28px rgba(47, 43, 38, 0.05);
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
	max-width: 56rem;
}

body.woocommerce-account .woocommerce-MyAccount-content strong {
	font-weight: 900;
}

body.woocommerce-account .woocommerce-MyAccount-content table {
	overflow: hidden;
	width: 100%;
	border: 1px solid var(--zdl-auth-border);
	border-radius: 6px;
	background: #fff;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content th,
body.woocommerce-account .woocommerce-MyAccount-content td {
	padding: 0.95rem 1rem !important;
	border-color: #eee8f3 !important;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif;
	font-size: 0.95rem !important;
	line-height: 1.4 !important;
	vertical-align: middle !important;
}

body.woocommerce-account .woocommerce-MyAccount-content th {
	font-weight: 900 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content td a {
	color: #2c9fe0 !important;
	font-weight: 900 !important;
}

body.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button {
	width: auto;
	min-height: 42px;
	padding: 0.65rem 1rem;
	font-size: 0.92rem;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
body.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-EditAccountForm {
	display: grid;
	gap: 1rem;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
body.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 1.1rem;
	border: 1px solid var(--zdl-auth-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(47, 43, 38, 0.04);
	overflow: hidden;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 0.85rem;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	margin: 0 !important;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 1.15rem !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a.edit,
body.woocommerce-account.et-db #et-boc .et-l .woocommerce-MyAccount-content .woocommerce-Address-title a.edit {
	color: var(--zdl-auth-action) !important;
	font-family: Poppins, Arial, sans-serif !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a.edit:hover,
body.woocommerce-account.et-db #et-boc .et-l .woocommerce-MyAccount-content .woocommerce-Address-title a.edit:hover {
	color: #2f56d4 !important;
	text-decoration: underline !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
	margin: 0;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 0.96rem !important;
	font-style: normal;
	line-height: 1.65 !important;
	overflow-wrap: anywhere;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child + .woocommerce-Addresses,
body.woocommerce-account .woocommerce-MyAccount-content > p:first-child + .u-columns.woocommerce-Addresses {
	margin-top: 1rem;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	color: var(--zdl-auth-text) !important;
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 1rem !important;
	line-height: 1.55 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2::before {
	background: var(--zdl-auth-action);
	box-shadow: 0 0 0 6px rgba(65, 105, 225, 0.12);
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper,
body.woocommerce-account .woocommerce-EditAccountForm {
	padding: 1.1rem;
	border: 1px solid var(--zdl-auth-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(47, 43, 38, 0.04);
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem 1rem;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row,
body.woocommerce-account .woocommerce-EditAccountForm .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-wide,
body.woocommerce-account .woocommerce-EditAccountForm .form-row-wide {
	grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-EditAccountForm {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset {
	display: grid;
	grid-column: 1 / -1;
	gap: 0.95rem;
	margin: 0;
	padding: 1rem;
	border: 1px solid #eee8f3;
	border-radius: 8px;
}

body.woocommerce-account .woocommerce-EditAccountForm legend {
	padding: 0 0.35rem;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 1rem;
	font-weight: 900;
}

body.woocommerce-account .woocommerce-EditAccountForm .clear {
	display: none;
}

body.woocommerce-account .woocommerce-EditAccountForm p:last-child {
	grid-column: 1 / -1;
	margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid var(--zdl-auth-border);
	border-left: 4px solid var(--zdl-auth-accent);
	border-radius: 8px;
	background: #fff;
	color: var(--zdl-auth-text);
	font-family: Poppins, Arial, sans-serif !important;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	body.woocommerce-account.et-db #et-boc .et-l .woocommerce {
		max-width: calc(100vw - 32px);
	}

	body.woocommerce-account #customer_login,
	body.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
	}

	body.woocommerce-account #customer_login .u-column1,
	body.woocommerce-account #customer_login .u-column2 {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce-MyAccount-content {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	body.woocommerce-account #customer_login .u-column1,
	body.woocommerce-account #customer_login .u-column2,
	body.woocommerce-account .woocommerce-MyAccount-content,
	body.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 1rem;
	}

	body.woocommerce-account #customer_login form.login,
	body.woocommerce-account #customer_login form.register {
		padding: 1rem !important;
	}

	body.woocommerce-account #customer_login h2 {
		font-size: 1.45rem !important;
	}

	body.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
		width: 100%;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		gap: 0.45rem;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation li a {
		min-height: 48px;
		font-size: 0.95rem !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
	body.woocommerce-account .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses,
	body.woocommerce-account .woocommerce-address-fields__field-wrapper,
	body.woocommerce-account .woocommerce-EditAccountForm {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive,
	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tbody,
	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr,
	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td {
		display: block;
		width: 100%;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive thead {
		display: none;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr {
		border-bottom: 1px solid #eee8f3;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr:last-child {
		border-bottom: 0;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td {
		display: grid;
		grid-template-columns: minmax(7.5rem, 0.48fr) minmax(0, 1fr);
		gap: 0.7rem;
		text-align: left !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td::before {
		color: var(--zdl-auth-muted);
		font-weight: 900;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 430px) {
	body.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive td {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.25rem;
	}
}

/* -------------------------------------------------------------------------
 * WordPress login, reset password and register screens
 * ------------------------------------------------------------------------- */

body.login {
	min-height: 100vh;
	margin: 0;
	padding: 24px;
	background:
		radial-gradient(circle at 12% 10%, rgba(47, 181, 220, 0.13), transparent 26%),
		linear-gradient(180deg, #fff 0%, #f4f1f7 100%);
	color: #3f3d3a;
	font-family: Poppins, Arial, sans-serif;
}

body.login #login {
	width: min(100%, 440px);
	padding: 0;
}

body.login h1 a {
	width: auto;
	height: auto;
	margin: 0 auto 1rem;
	padding: 0;
	background: none;
	color: #3f3d3a;
	font-family: Poppins, Arial, sans-serif;
	font-size: 0;
	font-weight: 900;
	line-height: 1.15;
	text-indent: 0;
	text-decoration: none;
}

body.login h1 a::before {
	display: block;
	font-size: 1.75rem;
}

body.login.login-action-login h1 a::before {
	content: "Contul meu";
}

body.login.login-action-lostpassword h1 a::before {
	content: "Resetare parola";
}

body.login.login-action-register h1 a::before {
	content: "Inregistrare";
}

body.login form {
	margin: 0;
	padding: 1.35rem;
	border: 1px solid #e2dce8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(47, 43, 38, 0.1);
}

body.login form label {
	color: #3f3d3a;
	font-size: 0.92rem;
	font-weight: 800;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="password"],
body.login input[type="email"] {
	min-height: 52px;
	margin-top: 0.35rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid #d4cec4;
	border-radius: 4px;
	background: #fff;
	color: #3f3d3a;
	font-family: Poppins, Arial, sans-serif;
	font-size: 1rem;
	box-shadow: none;
}

body.login form .input:focus,
body.login input[type="text"]:focus,
body.login input[type="password"]:focus,
body.login input[type="email"]:focus {
	border-color: #4169e1;
	box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.14);
	outline: none;
}

body.login .button.wp-hide-pw {
	top: 7px;
	min-width: 42px;
	min-height: 42px;
	color: #2c9fe0;
}

body.login .forgetmenot {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin: 0;
}

body.login .forgetmenot input {
	width: 22px;
	height: 22px;
	margin: 0 0.45rem 0 0;
	border-color: #d4cec4;
	accent-color: #4169e1;
}

body.login .submit {
	margin: 0;
}

body.login .button-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0.75rem 1.25rem !important;
	border: 1px solid #4169e1 !important;
	border-radius: 6px;
	background: #4169e1 !important;
	color: #fff !important;
	font-family: Poppins, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2 !important;
	text-shadow: none;
	box-shadow: 0 12px 24px rgba(65, 105, 225, 0.22);
}

body.login #nav,
body.login #backtoblog,
body.login .privacy-policy-page-link {
	margin: 1rem 0 0;
	padding: 0;
	color: #3f3d3a;
	font-family: Poppins, Arial, sans-serif;
	font-size: 0.94rem;
	text-align: center;
}

body.login #nav a,
body.login #backtoblog a,
body.login .privacy-policy-page-link a {
	color: #2c9fe0;
	font-weight: 800;
	text-decoration: none;
}

body.login #nav a:hover,
body.login #backtoblog a:hover,
body.login .privacy-policy-page-link a:hover {
	color: #167db4;
	text-decoration: underline;
}

body.login .message,
body.login .notice,
body.login #login_error {
	margin: 0 0 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid #e2dce8;
	border-left: 4px solid #2fb5dc;
	border-radius: 6px;
	background: #fff;
	color: #3f3d3a;
	font-family: Poppins, Arial, sans-serif;
	box-shadow: 0 8px 18px rgba(47, 43, 38, 0.05);
}

body.login .language-switcher {
	max-width: 440px;
	margin: 1.15rem auto 0;
}

body.login .language-switcher form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.login .language-switcher select {
	min-height: 44px;
	border-color: #d4cec4;
	border-radius: 4px;
	font-family: Poppins, Arial, sans-serif;
}

body.login .language-switcher .button {
	min-height: 44px;
	border-radius: 4px;
	font-family: Poppins, Arial, sans-serif;
	font-weight: 800;
}

@media screen and (max-width: 430px) {
	body.login {
		padding: 20px 16px;
	}

	body.login h1 a {
		font-size: 0;
	}

	body.login h1 a::before {
		font-size: 1.55rem;
	}

	body.login form {
		padding: 1rem;
	}

	body.login .forgetmenot,
	body.login .submit {
		float: none;
		width: 100%;
	}

	body.login .button-primary {
		width: 100%;
		margin-top: 0.35rem;
	}
}
