fieldset { 
  border:2px solid;
  border-color: mediumseagreen;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;

 }
legend {
  font-weight: bold;
  font-size: 14px; 
  text-align: center;
  width: auto;
  position: relative;
  margin: 0 auto;
  color: seagreen;
}

input:focus, textarea:focus, checkbox:focus, select:focus {
  /* To give a little highligh on active elements */
  border-color: OrangeRed;
}

