.woocommerce-account .woocommerce #customer_login {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(28px, 5vw, 72px) !important;
	align-items: start !important;
	width: min(1120px, 100%);
	margin: 0 auto 40px !important;
}

.woocommerce-account .woocommerce #customer_login::before,
.woocommerce-account .woocommerce #customer_login::after {
	display: none !important;
}

.woocommerce-account .woocommerce #customer_login .u-column1,
.woocommerce-account .woocommerce #customer_login .u-column2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-account .woocommerce #customer_login .u-column2 {
	padding-left: clamp(22px, 4vw, 52px) !important;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce #customer_login .u-column1 {
	padding-right: clamp(22px, 4vw, 52px) !important;
}

.woocommerce-account .woocommerce #customer_login h2 {
	margin: 0 0 24px;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1;
	color: #fff;
}

.woocommerce-account .woocommerce .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 5vw, 72px);
	align-items: start;
}

.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
	width: 100%;
	max-width: none;
	min-width: 0;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
}

.woocommerce form.login .form-row,
.woocommerce form.register .form-row,
.woocommerce .woocommerce-form-login .form-row,
.woocommerce .woocommerce-form-register .form-row {
	margin: 0 0 16px;
	width: 100%;
}

.woocommerce form.login .form-row label,
.woocommerce form.register .form-row label,
.woocommerce .woocommerce-form-login .form-row label,
.woocommerce .woocommerce-form-register .form-row label {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
}

.woocommerce form.login input[type="text"],
.woocommerce form.login input[type="email"],
.woocommerce form.login input[type="password"],
.woocommerce form.register input[type="text"],
.woocommerce form.register input[type="email"],
.woocommerce form.register input[type="password"],
.woocommerce .woocommerce-form-login input[type="text"],
.woocommerce .woocommerce-form-login input[type="email"],
.woocommerce .woocommerce-form-login input[type="password"],
.woocommerce .woocommerce-form-register input[type="text"],
.woocommerce .woocommerce-form-register input[type="email"],
.woocommerce .woocommerce-form-register input[type="password"] {
	display: block;
	width: 100%;
	max-width: none !important;
	min-height: 56px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	box-sizing: border-box;
	background: #121317 !important;
	color: #fff !important;
}

.woocommerce form.login .password-input,
.woocommerce form.register .password-input,
.woocommerce .woocommerce-form-login .password-input,
.woocommerce .woocommerce-form-register .password-input {
	display: block;
	width: 100%;
	max-width: none !important;
}

.woocommerce form.login input::placeholder,
.woocommerce form.register input::placeholder,
.woocommerce .woocommerce-form-login input::placeholder,
.woocommerce .woocommerce-form-register input::placeholder {
	color: #8f95a3 !important;
	opacity: 1;
}

.woocommerce form.login input::-webkit-input-placeholder,
.woocommerce form.register input::-webkit-input-placeholder,
.woocommerce .woocommerce-form-login input::-webkit-input-placeholder,
.woocommerce .woocommerce-form-register input::-webkit-input-placeholder {
	color: #8f95a3 !important;
}

.woocommerce form.login input:-webkit-autofill,
.woocommerce form.login input:-webkit-autofill:hover,
.woocommerce form.login input:-webkit-autofill:focus,
.woocommerce form.register input:-webkit-autofill,
.woocommerce form.register input:-webkit-autofill:hover,
.woocommerce form.register input:-webkit-autofill:focus,
.woocommerce .woocommerce-form-login input:-webkit-autofill,
.woocommerce .woocommerce-form-login input:-webkit-autofill:hover,
.woocommerce .woocommerce-form-login input:-webkit-autofill:focus,
.woocommerce .woocommerce-form-register input:-webkit-autofill,
.woocommerce .woocommerce-form-register input:-webkit-autofill:hover,
.woocommerce .woocommerce-form-register input:-webkit-autofill:focus {
	-webkit-text-fill-color: #ffffff !important;
	-webkit-box-shadow: 0 0 0 1000px #121317 inset !important;
	transition: background-color 9999s ease-in-out 0s;
}

.woocommerce form.login input:focus,
.woocommerce form.register input:focus,
.woocommerce .woocommerce-form-login input:focus,
.woocommerce .woocommerce-form-register input:focus {
	border-color: #caff0d;
	outline: none;
	box-shadow: 0 0 0 3px rgba(202, 255, 13, 0.08);
}

.woocommerce form.login .show-password-input,
.woocommerce form.register .show-password-input,
.woocommerce .woocommerce-form-login .show-password-input,
.woocommerce .woocommerce-form-register .show-password-input {
	color: #c7ccd6 !important;
	right: 14px;
}

.woocommerce form.login .password-input input,
.woocommerce form.register .password-input input,
.woocommerce .woocommerce-form-login .password-input input,
.woocommerce .woocommerce-form-register .password-input input {
	padding-right: 48px;
}

.woocommerce form.login .button,
.woocommerce form.register .button,
.woocommerce .woocommerce-form-login .button,
.woocommerce .woocommerce-form-register .button {
	min-width: 180px;
	padding: 13px 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #caff0d, #bdf200);
	color: #111;
	font-weight: 800;
}

.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover,
.woocommerce .woocommerce-form-login .button:hover,
.woocommerce .woocommerce-form-register .button:hover {
	filter: brightness(1.03);
}

.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password,
.woocommerce .woocommerce-form-login .lost_password,
.woocommerce .woocommerce-form-register .lost_password,
.woocommerce form.login .woocommerce-LostPassword,
.woocommerce .woocommerce-form-login .woocommerce-LostPassword {
	margin-top: 12px;
}

.woocommerce form.login a,
.woocommerce form.register a,
.woocommerce .woocommerce-form-login a,
.woocommerce .woocommerce-form-register a {
	color: #caff0d;
}

.woocommerce form.login .woocommerce-form__label-for-checkbox,
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
}

@media (max-width: 960px) {
	.woocommerce-account .woocommerce #customer_login {
		grid-template-columns: 1fr !important;
		gap: 32px !important;
	}

	.woocommerce-account .woocommerce #customer_login .u-column1,
	.woocommerce-account .woocommerce #customer_login .u-column2 {
		padding: 0 !important;
		border: 0 !important;
	}

	.woocommerce-account .woocommerce .col2-set {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}
