/* Container */
#customer_login {
	max-width: 500px;
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Tabs */
.auth-tabs p{margin: 0;}
.auth-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 600;
}

.woocommerce .auth-tabs button.tab-btn.active {
    color: #000;
}
.woocommerce .auth-tabs button.tab-btn {
    background-color: transparent;
    border: none;
    color: #999;
    transition: 0.3s;
    font-size: 24px;
    font-weight: 800;
}

.vertical-divide {
	height: 60px;
	width: 1px;
	background-color: #cacaca;
	display: block;
}
/* 2 column -> stack */
#customer_login .col-1,
#customer_login .col-2 {
	width: 100%;
	float: none;
}

/* Form */
.woocommerce form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Input wrapper */
.woocommerce form .form-row {
	width: 100%;
	margin-bottom: 22px;
	padding: 0;
}

.woocommerce input#user_login.input-text,
.woocommerce .woocommerce-form input.input-text {
	width: 100%;
	padding: 14px;
	background: #eee;
	border: none;
	outline: none;
	font-size: 14px;
}

/* Label ẩn (vì dùng placeholder style) */
.woocommerce form label {
	display: none;
}

/* Checkbox */
.woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	margin-bottom: 10px;
}

/* Button */
.woocommerce button.button {
	background: #0d2c54;
	color: #ffd33d;
	padding: 16px;
	border: none;
	font-weight: 700;
	width: 180px;
	cursor: pointer;
	transition: 0.3s;
}

.woocommerce button.button:hover {
	opacity: 0.9;
}

/* Lost password + register text */
.woocommerce-LostPassword,
.woocommerce form p {
	font-size: 14px;
	text-align: left;
	width: 100%;
	margin: 0;
}

/* Link */
.woocommerce a {
	color: #0073e6;
	text-decoration: none;
}

.woocommerce a:hover {
	text-decoration: underline;
}

.woocommerce form p:last-of-type {
	font-size: 12px;
	color: #777;
}

/* Center everything */
.woocommerce {
	width: 100%;
	text-align: center;
}

/* Hide register mặc định */
.col-2 {
	display: none;
}

.col-2.active {
	display: block;
}

.col-1.active {
	display: block;
}

.woocommerce form.woocommerce-form {
    border: none;
    padding: 0;
    margin: 0;
}

.wps247-login-btn-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}
.wps247-login-btn-wrapper > *:last-child {display: none;}
.woocommerce-privacy-policy-text {
	margin: 4px 0;
}

/* lost_reset_password */
form.lost_reset_password .woocommerce-form-row {
    margin: 6px 0;
}
form.lost_reset_password button.button[type="submit"] {
    width: 100%;
}