/*.password-icon {
  	position: absolute;
	right:5px;
	top:25%;
	background:#FFF;
	width:40px;
}

.password-icon:hover {
  cursor: pointer;
  color: #ee7f01;
}

.password-icon .feather-eye-off {
  display: none;
}	
*/


.field-icon {
  	position: absolute;
	right:5px;
	top:15px;
	/*background:#FFF;*/
	width:40px;
	font-size:0.8em;
	color:#d4d4d4;
}
.field-icon:hover {
  cursor: pointer;
  color: #ee7f01;
}


/*
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
*/
.fa-eye::before {
    display:none;
}
.fa-eye-slash::before {
    display:none;
}
.feather-eye-off {
  display: none;
}	
