<div class="username">
<input type="text" name="username" size="18" placeholder="Nome utente" />
</div>
<div class="password">
<input type="password" name="password" size="18" placeholder="Password" />
</div>
The "input" tag does not have an "id" attribute which must be used to explicitly associate this control with a "label" element.