<label>
     <span class="input-label"> Enter your Name </span>
     <input class="input-element" required type="text" />
 </label>

 <label>
     <span class="input-label"> Enter your Password </span>
     <input class="input-element" required type="password" />
 </label>