You have an error on the login page in the line <form action="/home" method="POST">. You need to send a username and password to the /login.
<form action="/home" method="POST">
/login