
body {
  background-color: #000;
}

.registerFormMultistep{
  color: #fff !important;
}


/* Steps ====================*/

h2{
  color: #fff !important;
  font-family: Oleo Script;
  font-size: 3.3em;
  line-height: 1em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, .6);

}

h3{
  color: #fff;
  text-align: center;
  font-size: .75em;
}

@media screen and (max-width: 767px) {
  h3{
    font-size: .45em;
  }
}

.submit-container-loos{
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .submit-container-loos{
    padding-top: 1px;
  }
}

.genre-container, .preferences-container {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 5px auto;
  padding: 15px;
}
.steps .user-pass {
  text-align: left;
  margin: 0 auto;
}
.md-form {
  text-align:left;
}
.steps .user-pass .md-form {
  margin: 15px auto 0 auto;
  width: 100%;
  float:left;
}
.steps .email-terms .md-form {
  margin: 0;
}
#content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.registerFormMultistep {
  max-width: 800px;
  margin: 0 auto;
  padding:0;

}
.steps h2 {
  text-align: center;
  margin-bottom:0;
}


.affix-placeholder {
  /* Doesn't take up space in the content flow initially. */
  display: none;
  position: static;
}

.affix + .affix-placeholder {
  /* Once we affix the submenu, it *does* take up space in the content flow. But keep it invisible. */
  display: block;
  visibility: hidden;
  position: static;
}

.genre-container, .preferences-container {
  display: block;
  text-align: center;
}

.tab-content{
/* background: rgba(255, 255, 255, 0.856); */
/* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .9) 40%) !important; */
padding: 1rem 1rem 1rem;
}

.stepper-progress {
position:fixed;
}

.stepper-bar {
  border-radius: 0px;
}

@media screen and (max-width: 767px) {
  .steps h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  .steps h2 {
    font-size: 2.09em;
  }

  /* #pills-tabContent .steps .genres{
    min-height: 355px;
  } */
}
@media screen and (max-width: 480px){
  .multistep .logo img {
      max-height: 33px !important;
  }
}

@media screen and (max-width: 375px) {
.btn {
    padding: .5rem 1.25rem;
  }
}
@media screen and (max-width: 320px) {
  .steps h2 {
    font-size:1.25em;
   }
  /* #pills-tabContent .steps .genres {
    min-height: 311px;
  } */
}


.md-form .form-control:disabled, .md-form .form-control[readonly],  .md-form input[type=text] {
  border-bottom: 1px solid #fff;
}

.privacy.footer-level a , .privacy label, .single-fieldouter .check-outercon label, .userRegisterForm .conditions.field label, label.signup-confirm.tos, .userRegisterForm .conditions.field label, .userRegisterForm2 .conditions.field label, .stepEnd label.datecollage, .conditionsAfterSubmit, .select-wrapper input.select-dropdown, .md-form input[type=text], .md-form input[type=text]::placeholder, .md-form input[type=password], .md-form input[type=password]::placeholder, .md-form input[type=email], .md-form input[type=email]::placeholder, .privacy.footer-level a.termsPopup, .mdb-select span.caret, .md-form label, .privacy label, .form-check-input[type=checkbox]+label{
	color: #fff !important;
}
.privacy.footer-level a:hover, .privacy.footer-level a.termsPopup:hover {
  color:#ccc !important;
  color: var(--primary) !important;
}

.flex-center{
  height: auto;
}