@media (min-width: 451px) {
  html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #f3f3f3;
  }
  html header, body header {
    height: 55px;
    text-align: center;
    padding-top: 150px;
  }
  html header img, body header img {
    height: 150px;
  }
  html form, body form {
    margin-top: 150px;
    text-align: center;
  }
  html form .onoffswitch, body form .onoffswitch {
    margin: auto;
    margin-bottom: 25px;
  }
  html form p, body form p {
    margin: 0;
    margin-bottom: 10px;
  }
  html form input, body form input {
    height: 70px;
    width: 300px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-left: 40px;
    font-size: 20px;
    color: #ccc;
  }
  html form label input#submit, body form label input#submit {
    height: 70px;
    width: 70px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3em;
  }
  html form label input#submit:hover, body form label input#submit:hover {
    background: #f3f3f3;
  }
  html form label .element, body form label .element {
    position: relative;
  }
  html form label .element::before, body form label .element::before {
    position: absolute;
    top: -55px;
    left: 5px;
    right: 0;
    content: "\27A2";
    font-size: 50px;
    color: #ccc;
    line-height: 0px;
    text-align: center;
  }
  #copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #f3f3f3;
  }
  html header, body header {
    height: 55px;
    text-align: center;
  }
  html header img, body header img {
    height: 150px;
  }
  html form, body form {
    margin-top: 50px;
    text-align: center;
  }
  html form .onoffswitch, body form .onoffswitch {
    margin: auto;
    margin-bottom: 25px;
  }
  html form p, body form p {
    margin: 0;
    margin-bottom: 10px;
  }
  html form input, body form input {
    height: 70px;
    width: 80vw;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
  }
  html form label input#submit, body form label input#submit {
    height: 70px;
    width: 70px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3em;
  }
  html form label input#submit:hover, body form label input#submit:hover {
    background: #f3f3f3;
  }
  html form label .element, body form label .element {
    position: relative;
  }
  html form label .element::before, body form label .element::before {
    position: absolute;
    top: -55px;
    left: 5px;
    right: 0;
    content: "\27A2";
    font-size: 50px;
    color: #ccc;
    line-height: 0px;
    text-align: center;
  }
  #copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
  }
}
