.field-icon {
  position: absolute;
  right: 10px;
  top: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #d4d4d4;
  width: 24px;
  height: 24px;
}
.field-icon:hover {
  color: #ee7f01;
}

/*
.field-icon {
  	position: absolute;
	right:5px;
	top:15px;
	width:40px;
	font-size:0.8em;
	color:#d4d4d4;
}
.field-icon:hover {
  cursor: pointer;
  color: #ee7f01;
}

.fa-eye::before {
    display:none;
}
.fa-eye-slash::before {
    display:none;
}
.feather-eye-off {
  display: none;
}	
*/