html {
  background-color: #303f9f;
}

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: white;
}

.indigo100 {
  color: #C5CAE9;
}

.righteous {
  font-family: 'Righteous', sans-serif;
}

.iphone {
  max-width: 368px;
  height: 732px;
  background-image: url('/images/silver_hardware_large_2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.iphone > iframe {
  display: block;
  margin: 0 auto 0 auto;
  padding-top: 87px;
}

.signup-box {
  max-width: 368px;
  background-color: white;
}

.os-list {
  width: 100%;
}

#mc_embed_signup [type=checkbox] {
  vertical-align: top;
}

#mc_embed_signup input.email {
  width: 100%;
  border-color: #9e9e9e;
}

#mc_embed_signup .button {
  background-color: #303f9f;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  border-width: 0;
}