Write a Bash script that reads a string from the user and classifies it into three categories: "Short string" if less than 5 characters, "Medium string" if between 5 and 15 characters, and "Long string" if more than 15 characters. Print the appropriate classification.