input[type=text],
input[type=email],
input[type=password] {
  width: 100%;
  box-sizing: border-box;
  line-height: 32px;
  font-size: 13px;
  border: none;
  outline: none;
  padding: 2px 15px;
  background: rgba(150, 150, 150, 0.1);
  margin: 0 0 30px 0;
}
.field label {
  width: 120px;
  float: left;
  line-height: 40px;
  color: #999;
  font-size: 14px;
}
.field input {
  width: 300px;
  margin: 0 0 10px;
}
@media (min-width: 470px) {
  .actions {
    padding-left: 120px;
  }
}
.actions button {
  background: #50cffe;
  color: white;
  height: 36px;
  line-height: 32px;
  width: 140px;
  margin-right: 20px;
  font-size: 14px;
  font-family: Roboto, verdana;
  font-weight: 100;
  border: none;
  outline: none;
}
.error-message {
  display: none;
  color: red;
  margin: -8px 0 10px;
  width: 300px;
  text-align: right;
  font-size: 11px;
}
@media (min-width: 420px) {
  .error-message {
    padding-left: 120px;
  }
}
.show-errors .error .error-message {
  display: block;
}
body {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
}
h1,
h2,
h3 {
  font-family: 'Roboto', verdana;
  font-weight: 400;
  text-transform: lowercase;
  color: #333;
  line-height: 1em;
  word-spacing: -2px;
  text-align: center;
  font-size: 400%;
}
h1 em,
h2 em,
h3 em {
  color: #cba052;
  font-style: normal;
}
input {
  font-family: inherit;
}
.flare {
  display: none;
}
@min-height (650px) {
  .flare {
    display: block;
  }
}
a {
  color: #50cffe;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
p {
  font-size: 100%;
  font-weight: 200;
  line-height: 1.5em;
  text-align: left;
  margin: 1em auto;
}
p a {
  font-weight: 400;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  justify-content: space-between;
}
#lv0 {
  overflow: auto;
}
#content {
  max-width: 600px;
  margin: 42px auto;
  padding: 0 20px;
}
#page-footer {
  background: #666;
  padding: 20px 0;
  text-align: center;
  color: #eee;
  font-size: 14px;
}

#page-header {
  border-bottom: 2px solid #ddd;
  background: #eee;
  position: relative;
  font-size: 24px;
  line-height: 60px;
  padding: 8px 20px 5px;
  font-weight: 700;
  color: #444;
}
#page-header span { color: #aaa; }