input[type="date"] { 
   background: transparent;
   color: white;
   -webkit-calendar-picker-indicator {
     opacity: 0;
}
}