body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: white;
  text-rendering: optimizeLegibility; }

body {
  background: #d4432b; }

.inset {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

#logo {
  margin: 70px 0 32px 0; }

.tagline {
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 50px; }

.pre-signup {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 auto;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.mc-field-group {
  background: #fff;
  padding: 3px;
  border-radius: 5px; }

.submit-wrapper {
  display: inline-block;
  float: right;
  width: 25%; }

input.email {
  display: inline-block;
  float: left;
  width: 75%;
  padding: 26px 20px;
  font-size: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 300; }
  input.email:focus {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
input.button {
  height: 52px;
  width: 100%;
  background: #424242;
  border: none;
  font-size: 20px;
  color: white;
  text-transform: uppercase; }

#laptop {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

.privacy {
  margin-top: 5px;
  font-size: 12px;
  margin-bottom: 50px; }

@media screen and (max-width: 500px) {
  .pre-signup {
    font-size: 15px; } }
@media screen and (max-width: 400px) {
  #logo {
    margin: 50px 0 22px 0; }

  .tagline {
    margin-bottom: 30px; }

  .privacy {
    margin-bottom: 30px; }

  .pre-signup {
    font-size: 14px; }

  input.email {
    width: 65%; }

  .submit-wrapper {
    display: inline-block;
    float: right;
    width: 35%; } }
@media screen and (max-width: 320px) {
  .pre-signup {
    font-size: 10px; } }
