/* line 2, app/assets/stylesheets/custom_forms.scss */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 10, app/assets/stylesheets/custom_forms.scss */
html {
  background-color: #425b76;
}

/* line 14, app/assets/stylesheets/custom_forms.scss */
body {
  background-color: #f6f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 21, app/assets/stylesheets/custom_forms.scss */
nav {
  background-color: #425b76;
  color: #f6f9f9;
  padding: 1rem 0;
}

/* line 27, app/assets/stylesheets/custom_forms.scss */
main {
  background-color: #f6f9f9;
  padding: 2rem 0;
}

/* line 32, app/assets/stylesheets/custom_forms.scss */
.ui.blue.segment {
  border-top: 8px solid #425b76 !important;
}
