.signup-form-wrapper {
	
}
.signup-form-wrapper .form-alt {
  padding: 30px;
  min-height: 30em;
}

/* .header .logo {
  top: 5px;
  height: 60px;
} */

html .membership-options label.selected {
    border: 1px solid #013299;
    background-color: #000033;
    width: 100%;
}

html .submit-button
{
	background-color:#013299;
	border-color:#013299;
}
.sales-banner {
  background-color: #f8ce47;
  color: #000000;
}
@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);
  }
}
