Para ter acesso aos downloads e conteúdos exclusivos da Nutri Ana Paula, por favor faça o seu registro para login:
Login
Account not found.
");
$('#resetPassword-submit').html(llbl);
} else {
__reset = 1;
$('form .alert').hide();
$('#resetPassword').prepend("Please check your inbox.
");
$('#resetPassword-submit').html('').attr('disabled', 'disabled');
}
}
});
}
return false;
});
$('body').on('click', 'form .alert-danger', function () {
$(this).slideUp();
});
});
}