$(document).ready(function(){
  $("#login-form").prepend('<input type="hidden" name="monitor" value="'+screen.width+'x'+screen.height+'" />');
});
