Logging in through the form takes about three seconds. With eighty tests that is four minutes of every run, spent typing the same password.
Selenium has no built-in feature for saving a session, so teams solve it themselves. The usual way is to get the session cookie once, then set it directly in later tests.
Step 1: get the cookie after a real login. Do this once, in a setup step: