/* FORM */
/* ===================================================== */
.fieldset-border {
  border: 1px groove #ddd !important;
  border-radius: .25rem;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 1em 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;  
}

.legend-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
}
