#auth-section {
  background: url(../images/darkwood-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 80px;
  min-height: 1500px;
}

#login-section {
  background: url(../images/darkwood-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 1500px;
}

#account-section {
  background: url(../images/signup-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 1500px;
}
