html, button {
  font-family: Averta, Avenir W02, Avenir, Helvetica, Arial, sans-serif;
}
.container {
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  margin-top: 24px;
}
.container-inner {
  max-width: 600px;
  margin: 24px auto;
}
h1 {
  font-size: 2.225rem;
  color: #37517e;
  margin: 0 0 8px;
}
p {
  color: #6f8691;
}
button {
  margin: 32px 0 0 0;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #00b9ff;
  transition: all .15s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px 10px;
  border-radius: 3px;
  min-height: 48px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:hover {
  background-color: #00a4df;
}
.form {
  margin-top: 32px;
}
.radio-label {
  margin: 16px 0 0 0;
  padding: 12px 16px;
  display: block;
  cursor: pointer;
  border: 1px solid #d3d5d8;
  border-radius: 3px;
}
.radio-label-text {
  vertical-align: middle;
  margin-left: 6px;
}
input[type=radio] {
  border: 0px;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
}