
	/*
		--- Versionamento ---
		05/03/2021 - Andrey - Primeira Versão
		--- Fim Versionamento ---
	*/
	
.problema{
	color: red;
	background-color: #FFDCD8;
	border: 1px solid red;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	margin-bottom: 1%;
	text-align: center;
	margin-top: 1%;
}

.sucesso{
	color: #FFF;
	background-color: #2196F3;
	border: 1px solid #2196F3;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	margin-bottom: 1%;
	margin-top: 1%;
	text-align: center;
}

.sugestao{
	color: #000;
	background-color: #F3E221;
	border: 1px solid #F3E221;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	margin-bottom: 1%;	
	margin-top: 1%;
	text-align: center;
}
