body {
  background-color: #000;
}

.registerFormMultistep {
  color: #fff !important;
}

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

h2 {
  color: #fff !important;
  font-size: 3.3em;
  line-height: 1em;
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}

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

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

.genre-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;
}

.genre-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;
}

@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: 375px) {
  .btn {
    padding: 0.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 input[type="text"] {
  border-bottom: 1px solid #fff;
}

.privacy.footer-level a,
.privacy label,
.md-form input[type="text"],
.md-form input[type="password"],
.md-form input[type="email"],
.md-form label,
.privacy label,
.form-check-input[type="checkbox"] + label {
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 600;
}
.privacy.footer-level a:hover {
  color: #ccc !important;
  color: var(--primary) !important;
}

.flex-center {
  height: auto;
}
