@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.woocommerce #customer_login .u-column1.col-1,
.woocommerce #customer_login .u-column2.col-2 {
	padding: 4% 0;
}
.woocommerce #customer_login .u-column1.col-1 {
	padding-right: 7%;
}
.woocommerce #customer_login .u-column2.col-2 {
	background-color: #CDE5F7;
	padding: 4% 7%;
}
.woocommerce #customer_login input[type="text"],
.woocommerce #customer_login input[type="email"],
.woocommerce #customer_login input[type="password"] {
	border-color: #101010;
    border-radius: 2px;
    border-width: 0.5px;
    height: 50px;
}
.woocommerce form .form-row label {
	font-family: "Inter", sans-serif;
	font-weight: 300;
    font-size: 18px;
}
.woocommerce #customer_login h2 {
	font-weight: 600;
}
.woocommerce #customer_login a,
.woocommerce #customer_login a * {
	font-weight: 400;
	color: inherit;
	text-decoration: underline;
}
.woocommerce form.register .button,
.woocommerce form.register .button:hover {
	border: 1px #76aad2 solid;
}
.woocommerce-pagination .woocommerce-button {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.woocommerce #customer_login .u-column1.col-1 {
		padding-right: 0;
	}
	.woocommerce #customer_login .u-column2.col-2 {
		padding: 40px 30px;
	}
}