body {
  background-color: #000;
}

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

h2{
  color: var(--secondary);
  /* color: #000; */
  font-family: Oleo Script;
  font-size: 2em;
  line-height: 1em;
  /* text-shadow: 0px 1px 1px rgba(0, 0, 0, .6); */
}

h3{
  color: #000;
  text-align: center;
  font-size: .75em;
  /* text-shadow: 0px 1px 1px rgba(0, 0, 0, .6); */
}
.btn-outline-white {
  border-color: #c3c3c3 !important;
  color: #c3c3c3 !important;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white:not([disabled]):not(.disabled):focus {
  border-color: #c8c8c8 !important;
  color: #c8c8c8 !important;
}
.submit-container-loos{
  padding-top: 10px;
  height: auto;
}

.genre-container, .preferences-container {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 5px auto;
  padding: 5px;
}
.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;
}

.registerFormMultistep {
  max-width: 600px;
  margin: 0 auto;
  padding:0;
  border-radius: 10px;
}

.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.9);
  padding: 1rem 1rem 1rem;
  border-radius: 10px 10px 0 0;
}

.stepper-progress {
position:fixed;
border-radius: 0 0 10px 10px;
}

.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: 1.25em;
  }

  /* #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;
  } */
}

.privacy.footer-level a {
color: rgb(80, 79, 79) !important;
}
.md-form label, .select-wrapper input.select-dropdown, .md-form input[type=text], .select-wrapper span.caret, .md-form i, .form-check-input[type=checkbox]+label, .privacy.footer-level a:hover, .form-control, .md-form input[type=text]::placeholder {
  color: #000 !important;
}
.md-form .form-control:disabled, .md-form .form-control[readonly],  .md-form input[type=text], .md-form input[type=email], .md-form input[type=password] {
  border-color:  #000;
}

.md-form .validate{
  margin-bottom: 6px;
}