[type="date"] {
  background:#fff url(../img/calendar_3.png)  4% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* custom styles */

input ,select{
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px 10%;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 100%;
}