#showPW {
  cursor: pointer;
}
#showPW i {
  line-height: 1.5rem;
}
#showPW i.fa-eye {
  display: none;
}
#showPW.active i.fa-eye {
  display: block;
}
#showPW.active i.fa-eye-slash {
  display: none;
}
