.hidden {
  display: none !important;
}

.static-page {
  flex: 1;
  padding-top: 15rem;
  padding-bottom: 14rem;
  background: none;
}

.alert {
  font-weight: bold;
}

.help-block-error {
  font-size: 12px;
  color: #fb6771;
  margin-top: 4px;
}

.enter__content.static {
  padding-top: 8rem;
  min-height: calc(100vh - 25.23em);
}

body.static .header {
  background: #007aff;
}

body.static .content {
  background: white;
  padding: 4rem 1rem;
  max-width: 101rem;
  margin: auto;
}

body.static .content h1,
body.static .content h2 {
  text-align: center;
}