﻿$(document).ready(function(){
    
        
        
        $('#forgot').click(function(){
            
            $('table.sendpassword').show();
        });
        
       
       
}); 

