getResetStatusNode : function (){
        if (!$('#lost-password').length){
            $('#reset-password .submit-wrap').prepend($('<p id="lost-password"></p>'));
        } else {
            $('#lost-password').replaceWith($('<p id="lost-password"></p>'));