 .custom-password {
  position: relative;
}
.custom-password i {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  color: #CCCDCF;
}
.custom-password i.fa-eye-slash {
  display: none;
}