$(document).ready(function(){
  $("#login input").labelify({ labelledClass: "label" });
});