.alert {
	text-align: center;
}
.alert.alert-error {
	color: white;
	background: red;
}
.alert.alert-info {
	color: white;
	background: #bfd3e0;
}
