.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
	-moz-appearance:textfield;
}
.page-header {
	-webkit-align-items: center;
}
.page-header img{
	width:120px;
	display: inline-block;
}
.page-header h1{
	font-size: 2em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}
@media (min-width:720px){.page-header h1{font-size:3em}}
.footer {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}