input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
display: none;
appearance: none;
}
input[type='date'] {
position: relative;
width: 100%;
background: url('../img/day.png') no-repeat right 10px center;
width: 24px;
height: auto;
background-color: #fff;
}
input[type='date']::-webkit-calendar-picker-indicator {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: transparent;color: transparent;cursor: pointer;}
input[type='date']::before {content: attr(placeholder);width: 100%;height: 100%;}
input[type='date']:valid::before {display: none;}
input[type='date'] {position: relative;width: 100%;background: url('../img/day.png') no-repeat right 10px center;width: 22px;height: auto;background-color: #fff;}