div.retorno {
	color: #555;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 1rem;
	padding: 17px 25px;
}
div.retorno.erro {
	background-color: #eabe4a;
}
div.retorno.sucesso {
	background-color: #abddd5;
}
div.retorno.info {
	/*background-color: #e6e6e6;*/
	background-color: #bae5f7;
}
