[type="date"] {
  background:transparent url(images/calendar1.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}


input[type="date"] {
  margin-top: -4px;
  background-color: transparent;
  padding: 3px 10px;
  color:#CCD2D9 ;
  width: 238px;
  border:none;
  float:left ;
  font: 12px Arial;
}