You never actually attempt to search for the data in "Login.php". Your from action isn't running any PHP code and therefor nothing happens.
I suggest that you add a database query that searches for the given Username and Password combination and compares it with the input of the user that is attempting to login.