<form class="container" method="post" action="">
	<img src="img/logo-vertical-transparent-bg.svg" class="logo" alt="The Lounge" width="256" height="170">
	<img src="img/logo-vertical-transparent-bg-inverted.svg" class="logo-inverted" alt="The Lounge" width="256" height="170">

	<label>
		Username
		<input class="input" name="user" autofocus>
	</label>

	<label>
		Password
		<input class="input" type="password" name="password">
	</label>

	<div class="error">Authentication failed.</div>

	<button type="submit" class="btn">Sign in</button>
</form>