.form-container {
  padding-left: 20px; }
  .form-container h1 {
    margin: 0 0 0 0; }
  .form-container h2 {
    margin: 0 0 20px 0; }

.input-email {
  margin-left: 10px;
  width: 300px !important; }

.confirm-container {
  padding-left: 20px; }
  .confirm-container h1 {
    margin-bottom: 30px; }

.unsubscribe-confirm {
  height: 100px;
  padding-top: 20px; }

html, body {
  height: 100%;
  padding: 0 16px 0 16px;
  margin: 0 0 0 0; }

.wrap {
  min-height: 100%; }

#content {
  overflow: auto;
  padding: 16px 16px 30px 16px; }

.footer {
  padding-left: 15px;
  font-size: 10px;
  position: relative;
  margin-top: -30px;
  height: 30px;
  clear: both;
  text-align: center; }
  .footer li {
    display: inline;
    border-left: 1px solid #000000;
    padding: 0 10px 0 10px; }
  .footer li:first-child {
    border-left: none; }
  .footer a {
    color: #A0AAAD;
    text-decoration: underline; }

.envelope {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-image: url("/images/envelope.svg");
  background-repeat: repeat-y;
  background-size: contain; }
