$(document).ready(function(){
    $('.input-Email').watermark('Email Address');
    $('.input-Password').watermark('Password');
});
