.wd-registration-page {
	margin-inline: auto;
	max-width: 1000px;
}

#customer_login {
	--wd-col-lg: 2;
	--wd-col-sm: 1;
	--wd-gap-lg: 80px;
	--wd-gap-md: 40px;
	--wd-gap-sm: 30px;
}

.col-register-text {
	text-align: center;
}

.registration-info, .login-info {
	margin-bottom: 20px;
}

.wd-register-tabs :is(.col-register,.col-login) {
	animation: wd-fadeIn .7s ease;
}

.wd-register-tabs .col-register {
	display: none;
}

@media (min-width: 769px) {
	#customer_login>div:not(:first-child):last-child {
		border-inline-start: 1px solid var(--brdcolor-gray-300);
	}
	
	.col-register-text .wd-login-divider {
		display: none;
	}
}