body {
	color: #333;
	text-align: center;
	font-family: sans-serif;
}

h1 {
	font-weight: 300;
	margin-top: 13%;
	font-size: 3rem;
}

.footer {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 0;
	left: 0;
	color: gray;
	font-size: .8rem;
}

.footer a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

input {
	box-sizing: border-box;
}

input[type=password] {
	font-size: 1.2rem;
	text-align: center;
	border-radius: 5px;
	border: 2px solid gray;
	height: 2rem;
	outline: none;
}

input.login[type=submit] {
	color: white;
	border-radius: 5px;
	border: 0;
	font-size: 1.2rem;
	height: 2rem;
	cursor: pointer;
}

.welcome {
	font-size: .9rem;
	max-width: 600px;
	margin: 30px auto;
}

.welcome a {
	text-decoration: none;
}

.welcome a:hover,
.welcome a:focus,
.welcome a:active {
	text-decoration: underline;
}

.err {
	display: block;
	margin: 30px auto;
	font-style: italic;
	color: #b99937;
}
