/* Исправление налезания лейбла на дату в инпуте даты */
input[type="date"][value=""] {
    color: transparent !important;
}
input[type="date"][value=""]:focus {
    color: black !important;
}