.error {
	
	padding: .75rem 1.25rem;

	justify-content: center;
  text-align: center;
  margin-top:8px;
  color: red;
  font-weight: bolder;

}
.error{
	background-color: #E8BFBF;
}
.correcto {
	
	padding: .75rem 1.25rem;

	justify-content: center;
  text-align: center;
  margin-top:8px;
  color: green;
  font-weight: bolder;

}
.correcto2{
	background-color: #b6d7a8;
}