html,
body {
  font-family: proxima-nova, sans-serif;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.region-content {
  margin-top: 40px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 830px) {
  .content {
    padding: 0 16px 16px 16px !important;
  }
}

@media only screen and (min-width: 725px) {
  body {
    overflow: scroll !important;
  }
}

.layout-container {
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.content {
  padding: 0 64px 64px 64px;
  min-height: 100vh;
}


label,  #edit-organisation-type legend{
  position: static;
  width: 325px;
  height: 24px;
  left: 0px;
  top: 12px;

  /* $text--defaul-bold */

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */


  /* $purple--accent */

  color: #37155C;
}
