.woocommerce-account #customer_login.s2b-account-split {
	direction: ltr;
	display: flex;
	align-items: stretch;
	gap: 0;
	width: min(68vw, 940px);
	max-width: 100%;
	margin: 0 auto;
	border: none;
	background: #fff;
}

.woocommerce-account #customer_login.s2b-auth-view--register {
	width: min(34vw, 560px);
}


.woocommerce-account #customer_login.s2b-auth-view--register .s2b-account-panel--login {
	display: none;
}


.woocommerce-account #customer_login.s2b-auth-view--register .s2b-account-panel--register {
	flex: 1 1 100%;
	max-width: 100%;
	border-left: 0;
}

.woocommerce-account #customer_login .s2b-account-panel {
	flex: 1 1 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 50px 60px 0 60px;
	direction: rtl;
	text-align: right;
}

.account-original-style .woocommerce #customer_login>div{
	border: none;
}

#customer_login > div.s2b-account-panel.s2b-account-panel--register {
	border-left: 1px solid #757575 !important; 
}

.woocommerce-account #customer_login h2,
.woocommerce-account #customer_login .s2b-account-title {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin-bottom: 15px;
	color: #111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.15;
	text-align: right;
}

.woocommerce-account #customer_login .woocommerce-form,
.woocommerce-account #customer_login .s2b-account-placeholders {
	max-width: 350px;
	margin: 0 auto;
	direction: rtl;
}

.woocommerce-account #customer_login .woocommerce-form {
	margin: 0;
}

.woocommerce-account #customer_login .s2b-account-placeholders {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 14px;
	padding-top: 0;
}

.woocommerce-account #customer_login .s2b-placeholder-copy {
	font-size: 20px;
	line-height: 1.5;
	text-align: right;
	font-weight: 500;
}

.woocommerce-account #customer_login .s2b-placeholder-copy--headline {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 500;
}

.woocommerce-account #customer_login .s2b-placeholder-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 56px;
	padding: 14px 20px;
	border: 1px solid #111;
	background: #111;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.woocommerce-account #customer_login .s2b-placeholder-button--action {
	cursor: pointer;
	pointer-events: auto;
}

.woocommerce-account #customer_login .s2b-placeholder-button[aria-disabled="true"] {
	background: #111;
	border-color: #111;
	color: #fff;
	opacity: 1;
	-webkit-text-fill-color: currentColor;
}

.woocommerce-account #customer_login .s2b-placeholder-button--google {
	justify-content: space-between;
	direction: rtl;
	color: #8c8c8c;
}

.woocommerce-account #customer_login .s2b-placeholder-button--light {
	background: #fff;
	color: #111;
	font-weight: 500;
}

.woocommerce-account #customer_login .s2b-placeholder-button--light[aria-disabled="true"] {
	background: #fff;
	border-color: #b8b8b8;
	color: #878787;
}

.woocommerce-account #customer_login .s2b-placeholder-button--multiline {
	min-height: 66px;
	white-space: normal;
	line-height: 1.4;
	margin-top: 15px;
	padding: 5px; 
}

.woocommerce-account #customer_login .s2b-google-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 20px;
	font-weight: 700;
	color: #4285f4;
}

.woocommerce-account #customer_login .s2b-inline-brand {
	display: inline-block;
	margin: 0 4px;
	unicode-bidi: isolate;
}

.woocommerce-account #customer_login .s2b-register-form-hidden {
	max-width: 350px;
	margin: 0 auto;
}

.woocommerce-account #customer_login .s2b-track-box {
	max-width: 350px;
	margin: 0 auto;
	direction: rtl;
	margin-top: 30px;

}

.woocommerce-account #customer_login .s2b-track-box[hidden] {
	display: none;
}

.woocommerce-account #customer_login .s2b-track-placeholder[hidden] {
	display: none;
}

.woocommerce-account #customer_login .s2b-track-form-hidden {
	direction: rtl;
}

.woocommerce-account #customer_login .s2b-auth-back-button {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin: 0 0 18px;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}

.woocommerce-account #customer_login .s2b-register-form-hidden[hidden],
.woocommerce-account #customer_login .s2b-track-form-hidden[hidden],
.woocommerce-account #customer_login .s2b-account-placeholders[hidden] {
	display: none;
}

.woocommerce-account #customer_login .s2b-track-order-visual {
	margin: 0;
}

.woocommerce-account #customer_login .s2b-placeholder-copy--track-title {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
}

.woocommerce-account #customer_login .s2b-track-submit-row {
	margin-bottom: 0;
}

.woocommerce-account #customer_login .s2b-track-submit-button {
	width: 100%;
	min-height: 54px;
	font-size: 16px;
	font-weight: 700;
	cursor: default;
}

.woocommerce-account #customer_login .form-row {
	margin-bottom: 12px;
}

.woocommerce-account #customer_login .woocommerce-form-row label {
	display: block;
	margin-bottom: 8px;
	color: #111;
	font-size: 14px;
	font-family: 'heebo';

}

.woocommerce-account #customer_login .input-text,
.woocommerce-account #customer_login input[type="text"],
.woocommerce-account #customer_login input[type="password"],
.woocommerce-account #customer_login input[type="email"] {
	min-height: 48px;
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #d0d0d0;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
}

.woocommerce-account #customer_login .s2b-login-meta {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	margin: 0 0 14px;
}

.woocommerce-account #customer_login .s2b-login-lost-password {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	width: 100%;
	text-align: left;
}

.woocommerce-account #customer_login .s2b-login-lost-password a {
	color: #111;
	text-decoration: underline;
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 6px;
	margin: 0;
	font-size: 14px;
	direction: rtl;
	text-align: right;
	white-space: nowrap;
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
	margin: 0;
}

.woocommerce-account #customer_login .s2b-login-submit-row {
	margin-bottom: 0;
}

.woocommerce-account #customer_login .woocommerce-form-login__submit {
	width: 100%;
	min-height: 54px;
	font-size: 16px;
	font-family: 'heebo';
	font-weight: 700;
}

@media (max-width: 960px) {
	.woocommerce-account #customer_login.s2b-account-split {
		flex-direction: column;
		width: 100%;
	}

	.woocommerce-account #customer_login.s2b-auth-view--register {
		width: 100%;
	}

	.woocommerce-account #customer_login .s2b-account-panel {
		max-width: 100%;
		padding: 32px 24px;
	}

	.woocommerce-account #customer_login .s2b-account-title {
		font-size: 24px;
	}

	.woocommerce-account #customer_login .s2b-account-placeholders,
	.woocommerce-account #customer_login .woocommerce-form,
	.woocommerce-account #customer_login .s2b-track-box,
	.woocommerce-account #customer_login .s2b-register-form-hidden,
	.woocommerce-account #customer_login .s2b-track-form-hidden {
		max-width: 100%;
	}

	.woocommerce-account #customer_login .s2b-login-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.woocommerce-account #customer_login .s2b-account-panel--register {
		border-left: 0;
		border-top: 1px solid #b8b8b8;
	}

	.woocommerce-account #customer_login.s2b-auth-view--register .s2b-account-panel--register {
		border-top: 0;
	}
}
