$(document).ready(function () {

});

function forgotPassword(){
    $("#howToRecoverPassword").toggle("fast");
}