input {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

input[type='date']::-webkit-calendar-picker-indicator {
    background: url('../icons/calendar.svg') no-repeat;
    background-size: 75%;
    margin-inline: 60px -14px;
}
