$('#Rpwd').keyup( function() {
    const password = $(this).val();
    
    //TextBox left blank.
    if (password.length == 0)