legend {
  color: #fff;
  background: #ffa20c;
  border: 1px solid #781351;
  padding: 2px 6px;
  border-radius: 5px;
}
@media only screen and (min-width: 630px) {
  fieldset {
    border: 1px solid #781351;
    border-radius: 10px;
    width:50%;
  }
}
@media only screen and (max-width: 629px) {
  fieldset {
    border: 1px solid #781351;
    border-radius: 10px;
    max-width:98%;
  }
}
