$('#Rpwd').keyup(function () {
        var password = $(this).val();

        //TextBox left blank.
        if (password.length == 0) {