User Login
User Login Feature
- Create a login form where the users can enter their user name and password.
 - After the user clicks the login button, then query the database with the user and password to get the user with the username and password
 - If the user inputs wrong username or password, appropriate error messages should be shown