.home#page-content {
  background-image: url('/assets/eee-bg.gif');
  border-bottom: 1px solid #1fbbbd;
}

.container {
  position: relative;
  margin: 0 auto;
  font-size: 14px;
}

#home-login {
  width: 300px; 
  margin-bottom: 20px;
}

#fb-login {
  color: #eee;
  display: block;
  background-color: #3b5998;
  cursor: pointer;
  background:  -moz-linear-gradient(top, #3b5998 0%, #2b4886 100%); /* FF3.6+ */
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5998), color-stop(100%,#2b4886)); /* Chrome,Safari4+ */
  background:  -webkit-linear-gradient(top, #3b5998 0%,#2b4886 100%); /* Chrome10+,Safari5.1+ */
  background:  -o-linear-gradient(top, #3b5998 0%,#2b4886 100%); /* Opera 11.10+ */
  background:  -ms-linear-gradient(top, #3b5998 0%,#2b4886 100%); /* IE10+ */
  background:  linear-gradient(top, #3b5998 0%,#2b4886 100%); /* W3C */
  filter:  progid: DXImageTransform.Microsoft.gradient( startColorstr='#1fbbbd', endColorstr='#188d8e',GradientType=0 ); /* IE6-9 */
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 2px;
  font-size: 18px;
  padding: 9px 0;
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}

#fb-login:hover {
  background-position: 0 -22px;
}

#facebook-rationale {
  padding: 15px;
  width: 240px;
  color: #666;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  background-color: #fff;
  border: 3px solid #3b5998;
  border-radius: 5px;
}

a {
  text-decoration: none;
  color: #1fbbbd;
}

a:hover {
  text-decoration: underline;
}

h4 {
  color: #3b5998;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
}

h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1fbbbd;
  letter-spacing: -0.5px;
}

input {
  background: #fff none;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: 'Nunito';
  margin-left: auto;
  margin-right: auto;
  padding: 6px; 
}

#home-login input {
  display: block; 
  font-size: 18px;
  height: 30px;
  margin-bottom: 10px;
  width: 90%;
}

#mobile {
  position: absolute;
  top: 18px;
  font-weight: normal;
}

#home-login input[type=submit] {
  height: 40px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 6px;
  width: 93%;
}

input:focus {
  border: 1px solid #1fbbbd;
}

.or {
  color: #666;
  display: block;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
  vertical-align: middle;
  width: 100%;
}

#register {
  display: block;
  text-align: center;
  margin-top: 20px;
}

/*************************************************************************
 * 404/500 Styles
 *************************************************************************
 */
.e404 h2, .e500 h2 {
  font-size: 64px;
  padding-left: 220px;
  color: #1fbbbd;
  text-shadow: 0 2px 0 #fff;
  letter-spacing: -2px;
}

.e404 h2 {
  padding-top: 27px;
}

.e500 h2 {
  padding-top: 56px;
}

.e404 .subheader, .e500 .subheader {
  position: relative;
  top: -42px; left: 200px;
  font-size: 32px;
  padding-left: 220px;
  color: #188d8e;
}

.e404 p, .e500 p {
  position: relative;
  top: -10px;
  margin-bottom: 15px;
  padding-left: 220px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}

.e404 p {
  width: 200px;
}

.e500 p {
  width: 200px;
}
