
@import 'reset.css';


body {
  background-color: #5d5656;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

div.container {
  width: 378px;
  margin: 0 auto;
  text-align: left;
  margin-top: 100px;
}

h1 {
  position: relative;
  width: 378px;
  height: 283px;
}

h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(logo-coming-soon.jpg) top left no-repeat; 
}

.content {
  margin-top: 50px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  color: rgba(255, 255, 255, .5);
}

a {
  color: #fff;
  color: rgba(255, 255, 255, .5);
  
}

h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
}

p {
  font-size: 12px; 
  margin-bottom: 18px;
}

label, input {
  display: block;
}

label {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

input {
  margin-bottom: 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input#email {
  width: 360px;
  font-size: 24px;
  line-height: 36px;
  height: 36px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-left: 9px;
  padding-right: 9px;
  color: #5d5656;
  color: rgba(255,255,255,1);
  margin-top: 0;
}

input#submit {
  width: auto;
  background: #fff;
  padding: 9px;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #fff;
  border: rgba(0,0,0,0);
  color: #5d5656;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 1px;
}

#notify .fail {
  font-weight: bold;
  color: #fff;
}

#notify .success {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}


