/* Start custom CSS for html, class: .elementor-element-2240055 */#show-password {
  background-color: transparent;
  border: none;
  color: blue;
  cursor: pointer;
  position: relative;
}

#show-password i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #ccc;
  transition: color 0.3s ease-in-out;
}

#show-password:hover i {
  color: blue;
}

#show-password2 {
  background-color: transparent;
  border: none;
  color: blue;
  cursor: pointer;
  position: relative;
}

#show-password2 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #ccc;
  transition: color 0.3s ease-in-out;
}

#show-password2:hover i {
  color: blue;
}
.woocommerce-form-register .password-input{
    position: relative;
}
.woocommerce-password-strength {
    position: absolute;
}/* End custom CSS */