Clicking the input label focus the input field
0
A classic usability detail.
When you click the label 'Email', the cursor should jump into the email input field. It expands the hit area and makes the form easier to use.
HTML <label for="id"> does this natively. Don't break it.


