I have the following tag with input text fields with labels
<div>
Start Date:
<input type="date" id="reportsStartDate">
End Date:
<input type="date" id="reportsEndDate">
</div>
and it looks like this
as you can see the labels for the text boxes are at the lower part of the text boxes. How do i set this so the labels are centered to the text boxes like below?