.woocommerce-form-login:not(.hidden-form) {
	display: block !important;
}

.password-input {
	position: relative;
	display: block;
}

.password-input input {
	padding-inline-end: var(--wd-form-height) !important;
}

.show-password-input {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	width: var(--wd-form-height);
	height: var(--wd-form-height);
	cursor: pointer;
	font-size: 16px;
	color: var(--color-gray-600);
	transition: all .25s ease;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	min-height: unset !important;
}

.show-password-input:hover {
	color: var(--color-gray-400);
}

.show-password-input:before {
	font-family: "woodmart-font";
	content: "";
}

.show-password-input.display-password:before {
	content: "";
}