html,
body {
  font-size: 0.85rem;
  height: inherit !important;
  min-height: 100% !important;
}
.clear {
  clear: both;
}
.hidden {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  padding: 15px;
}
.modal-backdrop {
  display: none !important;
}
.field.error .error.message {
  display: block;
}
.not-logged-in .at-title h2 {
  display: none;
}
