html, body {
  width: 100%;
  background-color: #2B1332;
}
html {
  height: auto;
}
body {
  height: 100%;
  min-height: 600px;
}
.page-width {
  max-width: 500px;
}
.page-container {
  height: 100%;
  margin: auto;
}
.navbar {
  height: 80px;
}
.back-btn {
  padding: 12px 10px 12px 8px;
}
.teaser-img {
  display: block;
  margin: 35px auto 10px auto;
  max-height: 320px;
}
.navbar-logo {
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
}
.input-field.error input[type=email], .input-field.error input[type=text] {
  border: 1px solid #F5978A;
}
.field-error-message {
  color: #F5978A;
  margin: 10px;
}
.fixed-bottom {
  background-color: #2B1332;
}
