/*
[type="date"]:after {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4E6D8D;
    margin: 0px 10px;
 }
[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
  content: 'HELLO';
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
*/
