#customer_login {
	background-color: #fbfbfb;
	max-width: 495px;
	border-radius: 16px;
	margin: 0 auto;
}
.profile-login {	
	padding: 48px;
}
.profile-login__tabs {
	display: flex;
	margin-top: 40px;
	border-bottom: 1px #666 solid;
}
.profile-login__tabs--title, .profile-login__block--title {
	line-height: 28px;
	letter-spacing: 0.6px;	
	width: 50%;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.profile-login__block--title {
	width: 100%;
	border-bottom: 1px #666 solid;
	text-align: left;
	justify-content: flex-start;
	margin-top: 40px;
}
.profile-login__tabs--title.active::before {
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: #393939;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.profile-login__block {
	display: none;
}
.profile-login__block.active {
	display: block;
}
.profile-login__block--form {
	margin-top: 32px;
}
.profile-login__block--form label {
	font-size: 14px;
	line-height: 22px;
}
.profile-login__block--form input[type="text"], .profile-login__block--form input[type="email"], .profile-login__block--form input[type="tel"], .profile-login__block--form input[type="password"] {
	border-color: #393939;
}
.profile-login__block--form .nomakeup-button {
	background-color: #393939;
	color: #fff;
    margin: 40px auto;
	margin-bottom: 16px;
}
.profile-login__block--form .lost_password, .profile-login__block--info {
	text-align: center;
	display: block;
}
.profile-login__block--form .lost_password > a, .profile-login__block--info > a {
	font-size: 14px;
	color: #666;
}
.profile-login__block--form .woocommerce-privacy-policy-text {
	display: flex;
}
.profile-login__block--form .woocommerce-privacy-policy-text input {
	display: none;
}
.profile-login__block--form label[for="terms_on"] {
	display: flex;
	align-items: center;
}
.profile-login__block--form .woocommerce-privacy-policy-text p,
.profile-login__block--form .woocommerce-privacy-policy-text a {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	letter-spacing: 0.3px;
}
.woocommerce-password-hint {
	display: none;
}
.woocommerce-password-strength {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #666;
    margin: 10px 0;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
	background-color: #fee;
	color: #7b4f4f;
}
.woocommerce-password-strength.strong {
	color: #458237;
    background-color: #baf1ae;
}
.profile-login__block.lost-password .woocommerce-message {
	font-weight: 400;
	text-transform: none;	
    font-size: 12px;
    letter-spacing: 0.3px;
}
.lost-password__text, .reset-password__text {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.3px;
	margin-bottom: 24px;
}
.login-notice {
    font-size: 13px;
    line-height: 1.5;
    background-color: #fee;
    padding: 20px 40px;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 500px) {
	#customer_login {
		max-width: 100%;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.profile-login {
		padding: 20px;
	}
	.profile-login__image {
		display: none;
	}
}