New login.php file. Just removed some extra linefeeds at the end which were causing the "headers already sent" error on login.

Also, recommend changing the hardcoded page title in finnish.php

Change lines

// page title
define('TITLE', 'Hardcoded title is here');

To

// page title
define('TITLE', STORE_NAME);

More...