.show-hide {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show-hide i {
  font-size: 19px;
  color: #3e0d0d;
  cursor: pointer;
  display: none;
}

.show-hide i.hide::before {
  content: "\f070";
}

input:valid ~ .show-hide i {
  display: block;
}
/*# sourceMappingURL=style.css.map */