.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 0em!important;
  border:none!important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input:hover {
  background-color: unset!important;
}

.woocommerce input[type="checkbox"]:checked::before {
  color: white!important;
  font-weight: 600!important;
}