* {
  font-family: 'Helvetica Neue', Helvetica;
  font-size: 15px;
  font-variant: normal;
  padding: 0;
  margin: 0 auto;
}

pre {
  color: #31325f;
  font-family: 'Consolas', monospace;
  font-weight: 200;
}

html {
  height: 100%;
}

body {
  background: #e6ebf1;
  min-height: 100%;
  padding: 30px;
}

form {
  max-width: 480px;
  min-width: 350px;
}

iframe {
  width: 100%;
  height: 100%;
}

.group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

label {
  position: relative;
  color: #8898aa;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
}

.group label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

label > span {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}

.field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325f;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

.field::-webkit-input-placeholder {
  color: #cfd7e0;
}

.field::-moz-placeholder {
  color: #cfd7e0;
}

button {
  background: #35c2a1;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}

button:focus {
  background: #35c2a1;
}

button:active {
  background: #35c2a1;
}

.response-container {
  padding-top: 30px;
  max-width: 480px;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
