div.el-container-ps div.el-hdr-brand {
  position: absolute;
  display: inline-block;
  top: -5.28125rem;
  left: 50%;
  margin-left: -6.5rem;
  width: 13rem;
  height: 8.125rem;
  z-index: 4;
  cursor: pointer;
}
div.el-container-ps div.el-hdr-brand > div.el-brand-img {
  width: 13rem;
  height: 100%;
  background: url("/static/img/brand_hdr.png") no-repeat center/contain;
}
div.el-container-ps div.el-hdr-brand > div.el-brand-label {
  position: absolute;
  left: 50%;
  bottom: 0.5571428571rem;
  margin-left: -4.6428571429rem;
  width: 9.2857142857rem;
  color: #ffffff;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
div.el-container-ps div.el-hdr-brand + h2 {
  margin-top: 1.25rem !important;
}
div.el-container-ps div.el-panel-body {
  height: 100%;
}
div.el-container-ps div.el-panel-body > div > div.el-panel:first-child {
  margin-top: 6.25rem;
}
div.el-container-ps div.el-panel-body > div > div.el-panel {
  display: block;
  margin: 0 auto 1.25rem;
  padding: 2.5rem 2.5rem 1.25rem;
  width: 60%;
  text-align: center;
}
div.el-container-ps div.el-panel-body > div > div.el-panel > * {
  text-align: left;
}
div.el-container-ps div.el-panel-body > div > div.el-panel > h2 {
  color: #6aa67d;
  margin: 2.5rem 0 1.25rem;
}
div.el-container-ps div.el-panel-body > div > div.el-panel > h3 {
  color: #92bea0;
  margin: 1.25rem 0 0.5rem;
}
div.el-container-ps div.el-panel-body > div > div.el-panel > h2:first-child,
div.el-container-ps div.el-panel-body > div > div.el-panel > h3:first-child {
  margin-top: 0;
}
div.el-container-ps div.el-panel-body > div > div.el-panel > button:last-child {
  margin-top: 1.25rem;
  font-size: 1.2rem;
}

div#button-back {
  position: fixed;
  display: inline-block;
  left: 1.25rem;
  bottom: 1.25rem;
  color: #cf9381;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}
div#button-back > * {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

div#button-back:active {
  color: #c47a64;
}
div#button-back:active > button.el-subtle-cancel {
  border-color: #dfece3;
  background-color: #dfece3;
}

@media only screen and (max-width: 768px) {
  div.el-container-ps div.el-panel-body > div > div.el-panel {
    width: 65%;
  }
  div.el-container-ps div.el-panel-body > div > div.el-panel > button:last-child {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  div.el-container-ps div.el-panel-body > div > div.el-panel {
    width: 75%;
  }
}
