#page {
	height: 100%;
    width: 100%;
}
#login {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-content: center;
}
#login form {
	align-self: center;
}
#login input {
	width: 100%;
	margin-bottom: 1rem;
}
#login img {
	width: 20rem;
	pointer-events: none;
}
.logout-link {
	position: fixed;
	bottom: 1.5rem;
	left: 1.5rem;
}