:root {
  --btn-colour1: #ba101b;
  --btn-colour2: #910019;
  --btn-register-colour1: #14da68;
  --btn-register-colour2: #10ab52;
  --bs-body-font-size: 1.2rem;
  --bs-primary: #730013;
  --bs-secondary: #650012;
  --bs-navbar: #000000;
  --bs-link-primary: #eee
}

.hubp-steps.hubp-step5 label:nth-of-type(1) {
  padding-bottom: 15px!important
}

.hubp-steps.hubp-step5 label input {
  margin-bottom: 32px!important
}

.hubp-steps.hubp-step5 label span {
  display: inline-block;
}

.hubp-steps.hubp-step4 label:first-child {
  padding-bottom: 20px!important
}

.hubp-dobday:nth-of-type(3) {
  border-radius: 0 10px 10px 0!important
}

.hubp-dobday:nth-of-type(2) {
  border-radius: 0!important
}

.hubp-dobday:nth-of-type(1) {
  border-radius: 10px 0 0 10px!important
}

@media (min-width:300px) {
  .btn.btn-primary.btn-lg {
    width: 100px
  }
}

@media (min-width:350px) {
  .btn.btn-primary.btn-lg {
    width: 120px;
    height: 60px
  }
}

@media (min-width:400px) {
  .btn.btn-primary.btn-lg {
    width: 145px;
    height: 65px
  }
}

@media (min-width:576px) {
  .btn.btn-primary.btn-lg {
    width: 160px;
    height: 70px
  }
}

@media (min-width:350px) {
  .btn.btn-primary.btn-lg:nth-child(2) {
    margin-left: 20px
  }
}

@media (min-width:300px) {
  .btn.btn-primary.btn-lg:nth-child(2) {
    margin-left: 40px
  }
}

header.masthead2 {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 1rem
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 7rem;
  background: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover
}

@media (min-width:992px) {
  header.masthead {
    padding-top: 160px
  }
}

@media (min-width:200px) {
  .h1-title {
    font-size: 9.3vw;
    letter-spacing: .5px;
    line-height: normal
  }
}

@media (min-width:500px) {
  .h1-title {
    font-size: 3rem
  }
}

@media (min-width:768px) {
  .h1-title {
    font-size: 3.5rem
  }
}

.subheading2 {
  letter-spacing: .5px;
  margin-bottom: 15px;
  font-size: 5.3vw;
  padding-top: 10px
}

@media (min-width:576px) {
  .subheading2 {
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-size: 2rem
  }
}

.hubp-form-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 350px;
  background-color: #0e0d0d54;
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-radius: 15px
}

.hubp-form-wrapper {
  overflow: hidden;
  height: 200px
}

#hubp-form {
  margin-top: 5px;
  margin-bottom: 2px;
  height: 141px
}

.hubp-steps {
  text-align: center;
  position: absolute;
  display: none;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  float: left;
  margin-bottom: 9px
}

#hubp-form label {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  display: block
}

.hubp-btn {
  font-size: 13px;
  padding: .5em 1em;
  color: #444;
  border: 1px solid #999;
  background-color: #e6e6e6;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all .5s
}

.hubp-btn.hubp-active {
  background-color: var(--btn-colour1);
  color: #fff
}

.hubp-btn:focus {
  outline: 0
}

#hubp-form input,
#hubp-form select {
  width: 285px;
  height: 45px;
  background: #fff;
  color: #333;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
  margin: 0 auto;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block
}

.hubp-dobday,
.hubp-dobmonth,
.hubp-dobyear {
  width: 70px!important
}

.error-border {
  border: 1px solid red!important
}

.hubp-submit-container .hubp-submit {
  border: none;
  font-family: roboto condensed, sans-serif;
  font-size: inherit;
  color: inherit;
  background: -moz-linear-gradient(top, var(--btn-register-colour1) 0, var(--btn-register-colour2) 100%);
  background: -webkit-linear-gradient(top, var(--btn-register-colour1) 0, var(--btn-register-colour2) 100%);
  background: linear-gradient(to bottom, var(--btn-register-colour1) 0, var(--btn-register-colour2) 100%);
  cursor: pointer;
  padding: 15px 60px;
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  outline: 0;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border-radius: 5px 5px;
  box-shadow: 0 3px #0c9c49
}

.hubp-steps-ind {
  text-align: center;
  margin-top: 18px
}

.hubp-steps-ind div {
  background: #e6e6e6;
  color: #444;
  text-align: center;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 33px;
  cursor: pointer
}

label#emailinfo span {
  text-transform: none;
  font-size: 18px!important
}

.hubp-steps-ind .hubp-ind-active {
  background-color: var(--btn-colour1);
  color: #fff
}

.hubp-terms {
  font-size: 12px;
  padding: 5px;
  color: #333
}

.hubp-error {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  width: 100%
}

.infotext {
  padding-top: 10px
}

.hubp-btn {
  cursor: pointer;
  float: left;
  display: block;
  margin: 2%;
  width: 161px;
  border: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  padding: 14px 20px;
  font-family: open sans, sans-serif!important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .87);
  color: #444;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  transition: box-shadow 0s;
  border-radius: 5px;
  box-shadow: 0 3px #e4e4e4
}

.hubp-btn:hover {
  top: 2px
}

.hubp-btn.hubp-active:hover {
  top: 0
}

.hubp-btn.hubp-active {
  color: #fff!important;
  background: -moz-linear-gradient(top, var(--btn-colour1) 0, var(--btn-colour2) 100%)!important;
  background: -webkit-linear-gradient(top, var(--btn-colour1) 0, var(--btn-colour2) 100%)!important;
  background: linear-gradient(to bottom, var(--btn-colour1) 0, var(--btn-colour2) 100%)!important;
  box-shadow: 0 3px var(--bs-primary)!important
}

.hubp-btn:focus {
  outline: 0
}

.hubp-btn.error-border {
  border: none!important;
  background: rgba(255, 255, 255, .87);
  color: #c53535;
  box-shadow: 0 3px #c59595, inset 0 0 10px 2px #d69d97
}

#hubp-form input.error-border {
  border: none!important;
  background: rgba(255, 255, 255, .87);
  color: #c53535;
  box-shadow: inset 0 0 10px 2px #d69d97
}

.hubp-error p {
  position: relative;
  background-color: #ff2f2f;
  padding: 2px;
  font-family: open sans, sans-serif;
  font-size: 16px;
  bottom: -11px;
  border-radius: 15px;
  margin: 0 10px
}

@media (max-width:375px) {
  .regform {
    padding-right: 0;
    padding-left: 0
  }
}

@media (max-width:350px) {
  #hubp-form label {
    width: 100vw
  }
}

@media (max-width:375px) {
  .hubp-btn {
    cursor: pointer;
    float: left;
    display: block;
    margin-left: 4vw;
    margin-right: 4vw;
    width: 38vw;
    border: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    padding: 14px 10px;
    font-family: open sans, sans-serif!important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .87);
    color: #444;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    transition: box-shadow 0s;
    border-radius: 5px;
    box-shadow: 0 3px #e4e4e4
  }
}

@media (max-width:400px) {
  .container.header-cont {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:350px) {
  .hubp-steps {
    width: 350px
  }
}

@media (max-width:350px) {
  .hubp-steps {
    width: 100vw
  }
}

@media (max-width:350px) {
  .hubp-group {
    padding-left: 4vw
  }
}

.navbar-brand img {
  width: 150px
}

@media (min-width:350px) {
  .navbar-brand img {
    width: 200px;
    height: 42.5px
  }
}

@media (min-width:768px) {
  .navbar-brand img {
    width: 300px;
    height: 63.75px
  }
}

.nav-item {
  margin-left: 20px
}

@media (min-width:576px) {
  .cta-btn {
    width: 50%
  }
}

@media (max-width:576px) {
  .cta-btn {
    width: 90%
  }
}

@media (min-width:992px) {
  .subheading2 {
    padding-bottom: 50px
  }
}

.login-btn {
  padding: 5px 20px
}

@media (min-width:992px) {
  .image-max-size {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px
  }
}

.image-max-size {
  max-width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px
}

@media (min-width:992px) {
  .masthead2 {
    background-position-y: 60px;
    background-size: cover
  }
}

@media (min-width:576px) {
  .masthead2 {
    background-position-y: 30px;
    background-size: cover
  }
}

@media (max-width:576px) {
  .masthead2 {
    background-position-y: 60px;
    background-size: cover
  }
}

.cta-btn {
  padding: 20px 0 20px 0;
  font-size: x-large;
  border-radius: 10px
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, var(--bs-primary) 0, var(--bs-secondary) 100%)
}

.btn-primary {
  color: #fff;
  background-color: var(--btn-colour1);
  border-color: var(--btn-colour1)
}

.btn-primary:hover {
  background-color: var(--btn-colour2)!important;
  border-color: var(--btn-colour2)!important
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem var(--btn-colour1)
}

.btn-primary:focus {
  box-shadow: 3 0 0 .2rem var(--btn-colour1)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: var(--btn-colour2)!important;
  border-color: var(--btn-colour2)!important
}

.display-7 {
  font-size: calc(1.375rem + .5vw)
}

.display-5 {
  font-weight: 800!important
}

.form-bg {
  background-color: rgba(13, 13, 13, .53);
  padding: 20px;
  border-radius: 15px
}

.login-header {
  font-size: 1rem;
  padding-top: 20px;
  font-weight: 100!important;
  letter-spacing: 1px
}

.show_password {
  font-size: 1rem
}

.hide_password {
  font-size: 1rem
}

.bg-dark {
  background-color: var(--bs-navbar)!important
}

.h1-title {
  font-weight: 900!important
}

footer {
  color: var(--bs-gray-600)
}

.link-primary:focus,
.link-primary:hover {
  color: var(--bs-secondary)
}

.link-primary {
  color: var(--bs-primary)
}

a {
  color: var(--bs-primary);
  text-decoration: underline
}

a:hover {
  color: var(--bs-secondary)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik, sans-serif;
  font-weight: 800!important
}

@media (max-width:767px) {
  .bgimg {
    background: linear-gradient(1deg, #000, rgba(255, 255, 255, 0) 25%), url(https://www.bdsmplaymatesusa.com/assets/img/background2small.jpg) center top 74px/contain no-repeat!important;
    background-color: #000!important
  }
}

@media (min-width:767px) {
  .bgimg {
    background: linear-gradient(1deg, #000, rgba(255, 255, 255, 0) 25%), url(/assets/img/background2.jpg) center top 97px/contain no-repeat!important;
    background-color: #000!important
  }
}
    
    .btn-link {

    font-weight: 400;
    color: var(--btn-colour2);
    text-decoration: underline;
  }
    .btn-link:hover {
    color: var(--btn-colour2);
}




