.message{
	background-color: red;
	padding: 5px;
} 
.error{
	color: #fff;
}

.success{
	background-color: green;
	color: #fff;
}