body{
  background-image: url('../img/fundo.jpg');
  background-size: cover;
}
.formulario-container{
  background-color: rgba(230, 230, 230, 0.9);
  margin-top: 0.5rem;
}

.fieldset legend{
  background-color: inherit;
}

textarea{
  resize: none;
  height: 6rem;
}

div#formulario{
  background-color: rgba(230, 230, 230, 0.9);
  margin-top: 0.5rem;
  width:900px;
  height:500px;
      max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

span#formul{
	margin:3%;
	font-size:1.3em;
}
