.nojs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: calc(100vh - 60px);
  margin-top: 45px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444647;
}
.nojs:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
.nojs__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  border-bottom: 1px solid #d8d8d8;
  background: white;
  margin: 0;
  padding: 0 15px;
}
.nojs__logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  display: inline-block;
  height: auto;
  max-width: 100%;
  max-height: 40px;
}
.nojs__logo-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
}
.nojs__content {
  text-align: center;
  max-width: 600px;
  padding: 15px;
  margin-top: 15px;
}
.nojs__img {
  display: block;
  margin: auto;
  margin-bottom: 2.5rem;
  height: 77px;
  box-sizing: content-box;
}
.nojs__title {
  font-size: 24px;
  font-weight: 600;
}
