/**
* Theme Name: Priotech Child
* Description: This is a child theme of Priotech, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: priotech
* Version: 1.0.25
*/
.password-input {
  position: relative;
}

.show-password-input {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  background-image: url('https://zoobla.com/wp-content/uploads/2025/06/show.png'); /* eye open */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}

.display-password.showing {
  background-image: url('https://zoobla.com/wp-content/uploads/2025/06/hide.png'); /* eye closed */
}
