$(document).ready(function(){

	/********************************/
	/* LOGIN FORM - FORM VALIDATION */
	/********************************/
	$('input:text:first:visible').focus();
	$('#mobile').setMask();
		
	
	
});