﻿$(document).ready(function() {
   
    $('.inputemail').hint();
    $('.inputpassword').hint();
    	
});
