body {
	background-color: #eee;
}

.form-signin {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

@media only screen and (max-width: 575.98px) {
	.form-signin {
		max-width: 320px;
		margin: 0 auto;
	}
	h2 {
		font-size: 22px;
	}
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}

.form-signin-error {
	color: #FF0000;
	display: block;
	line-height: 20px;
	text-align: center;
	width: 100%;
}