.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;
}

.wrapper > main {
  min-height: calc(100vh - 405.5px);
}

.subscribe-result {
  padding-left: 2rem;
}