/* Main Page */
body {

  /* background: rgb(255,255,255); /* Old browsers */
  /* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  /* background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  /* background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  /* background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background-image: url("/images/sepia-noise.png")
}

.logo-container {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.logo {
  height: 338px;
  width: 400px;
  display:none;
}

.email-form-container {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: none;
}