The password is strong if it satisfies the following conditions:
- length of the entered password should be not be greater than 15
- The entered password should have at least one numeral
- Password should have at least one lowercase letter
- The entered password should have at least one uppercase letter
- The entered password should have at least one of the symbols $@#_*