/* Add here all your CSS customizations */
.error-summary{
	background-color:#f2dede;
	border : 1px solid #a94442;
	margin:5px;
	padding:5px;
	border-radius:5px;
	color:#171717;
}