.signup-form-wrapper {
}
.signup-form-wrapper .form-alt {
  padding: 30px;
  min-height: 30em;
}
.header {
  background-color: #01012f;
  border-bottom: 1px solid #d0a657;
  height: 85px;
}
.header .logo {
  top: 5px;
}

.member-login {
  background: #d0a657;
  color: #01012f;
  border-color: #01012f;
}

.membership-options label.selected {
  border: 1px solid #d0a657;
  color: #d0a657;
  background-color: #01012f;
}
.membership-options label.selected .radio-wrapper:before {
  color: #d0a657;
}
.selected .membership-billing-details {
  color: #d0a657;
}
.submit-button {
  background-color: #d0a657;
  border: 1px solid #01012f;
  border-top: 1px solid #01012f;
  border-left: 1px solid #01012f;
  border-bottom: 1px solid #01012f;
  border-right: 1px solid #01012f;
}

.sales-banner {
  background-color: #e7b55e;
}
@media (max-width: 600px) {
  .header .logo {
    top: 7px;
  }
}
@media (max-width: 786px) {
  .header .logo {
    top: 5px;
  }
}
.main.fullscreen-bg {
  background-image: url(./background-join-page.jpg);
}

@media (max-width: 1024px) {
  .main.fullscreen-bg {
    background-image: url(./background-join-page.jpg);
  }
}
