#reclamoForm{
   
  text-align: center;

}
.content{
  margin: auto;
  width: 40%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.sent-message{
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.errorMensaje{
  display: none;
  color: #ffffff;
  background: #ff4d4d;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.form-control{
  margin-bottom: 5px;
}

