main {
    background: url(https://www.jokerbet.es//img/09.%20Elementos%20web/Registro/background_registro.webp);
    background-size: cover;
    /*height: 100%;*/
    margin: 0;
    padding: 90px 30px 30px 30px;
}

.disabled{
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
    pointer-events: none;
}

#register label {
    color: #002d72;
}
#register select{
    color: #002d72;
    text-transform:capitalize;
}
#register select option:hover{
    background-color: #002d72;
    color: #fff;
    -webkit-appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  #register select option:hover{
        background-color: #002d72;
        color: #fff;
        -webkit-appearance: none;
    }
}
div.step input, div.step select{
    font-weight:500;
}
section#registerSection {
    display: flex;
    align-items: center;
    justify-content: center;
}
form#register {
    background: rgb(255 255 255 / 80%);
    border-radius: 8px;
    max-width: 940px;
    margin: auto;
    overflow: hidden;
}
#register > div {
    margin: 0;
    padding: 0;
}
.steptitle {
    padding: 20px !important;
    background: #fff;
}
.steptitle h2 {
    width: auto !important;
    padding: 0 !important;
}
.steptitle h2:after {
    width: 100% !important;
    left: 0 !important;
    bottom: -2px !important;
}
#register h2 {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    color: #002d72;
    font-weight: bold;
    margin: 0px;
    font-size: 24px;
    position: relative;
    text-transform: none;
}
#register h2:after {
    content: "";
    width: 116px;
    height: 3px;
    background: #da291c;
    position: absolute;
    bottom: 14px;
    left: 46px;
}
.step {
    height: 590px;
    position: relative;
}
div.step>div {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}
div.step>div>div {
    width: 50%;
    padding: 15px;
}
div.step>div>div>div {
    position: relative;
}
div.step input, div.step select {
    height: 35px;
    border: 1px solid #a9a9a9;
    border-radius: 6px;
}
.stepMessage,.stepMessage2 {
    width: 100%;
    height: 40px;
    border: 1px solid #002d72;
    line-height: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    padding-left: calc(15% + 20px) !important;
    font-size: 12px;
}
.stepMessage:before {
    content: "!";
    background: #002d72;
    position: absolute;
    height: 100%;
    left: 0;
    width: 15%;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
div.step label span {
    color: #002d72;
   
}
div.step div#address-div label span {
    color: #002d72;
    font-size:11px;
   
}
#zipcode, #city{
    float: none;
}
#register input{
    padding-right: 18px;
}
input#zipcode{
    width: 100%;
}
div#phoneInput-div .iti {
    width: 100%;
    margin-bottom: 10px;
}
select#city_select, #city {
    /*width: 73%;
    margin-left: 2%;*/
    width: 100%;
    margin-left: 0;
}
div#zipCity-div {
    min-height: 66px;
}
div.validation-error {
    display: none !important;
}
div.validation-info {
    position: absolute;
    background: #fff;
    border: 1px solid green!important;
    border-radius: 6px;
    padding: 10px;
    width: calc(100% + 20px);
    z-index: 9;
    top: 69px;
    left: -10px;
    -webkit-box-shadow: 0px 12px 26px -7px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 12px 26px -7px rgba(0,0,0,0.30);
    box-shadow: 0px 12px 26px -7px rgba(0,0,0,0.30);
}
div.validation-info:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    left: calc(50% - 14px);
    top: -8px;
    rotate: 45deg;
    border-top: 1px solid green;
    border-left: 1px solid green;
}
#register .step input[type="checkbox"] {
    accent-color: #da291c;
}
div#checkContainer>div>div {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
div#checkContainer #bonus_validation{
    top: 80px;
}
#bonus-div{
    height: 90px;
}
.validationField.empty,
.empty{
    display: none;
}
div#checkContainer input[type="checkbox"] {
    margin: 0;
    min-width: 20px;
}
div#checkContainer p {
    margin: 0 0 0 10px;
    font-weight: bold;
    font-size: 14px;
}
div#c18old_validation {
    display: none !important;
}
div#c18old_validation.validation-error {
    display: flex !important;
    color: #da291c;
    font-weight: bold;
    font-size: 13px;
}
div.stepButtons {
    width: 100% !important;
    padding: 15px 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
}
#step1 .stepButtons {
    justify-content: center;
}
.date-separated {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.date-separated>div {
    width: 32%;
}

#register .date-separated #day, #register .date-separated #month, #register .date-separated #year {
    width: 100% !important;
}
div#birthday-div input {
    display: none;
}
div#birthday-div.validation_nok {
    border: none !important;
    background-color: transparent !important;
    background-position: 155px top;
    background-size: 15px;
    padding: 0;
}
div#birthday-div.validation_nok select {
    border: 1px solid #C50B32!important;
    background-color: #f3c8d1!important;
}
div#birthday-div.validation_ack {
    border: none !important;
    background-color: transparent !important;
    background-position: 155px top;
    background-size: 15px;
    padding: 0;
}
div#birthday-div.validation_ack select {
    border: 1px solid green!important;
    background-color: #fff!important;
}
div#consejo {
    position: absolute;
    background: #fff;
    top: 20px;
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
div#consejo div {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#consejo div a {
    background: #ffffff;
    color: #002d72;
    border: 2px solid #002d72;
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px;
    position: relative;
    text-decoration: none;
}
div#ojoRegPass, div#ojoPin {
    position: absolute;
    top: 22px;
    right: 0;
    width: 40px;
    height: 35px;
    background-color: #002d72;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
}
.ojo-invisible {
    background-image: url(/img/layout/eye-off.svg);
}
.ojo-visible {
    background-image: url(/img/layout/eye.svg);
}
div#pwdField-div input, div#re_password-div input {
    width: calc(100% - 45px);
}
div#stepSelector {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 24px 50px 0px 50px;
    font-weight:500;
}

div#stepSelector p {
    margin: 0;
    padding: 10px 10px 5px 10px;
    width: 30%;
    text-align: center;
    border-top: 1px solid #002d72;
    border-left: 1px solid #002d72;
    border-right: 1px solid #002d72;
    border-bottom: 1px solid #002d72;
    border-radius: 6px 6px 0px 0px;
    cursor: pointer;
    color: #002d72;
}
#stepSelector p.activo {
    background: #002d72;
    width: 35%;
    color: #fff;
}
.hideStep {
    display: none;
}
.stepButtons button.back {
    background: #ffffff;
    color: #002d72;
    border: 2px solid #002d72;
    padding: 11px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    min-width: 100px;
    margin: 0px 10px;
    position: relative;
    padding-left: 46px;
}
.stepButtons button.back:before {
    content: "";
    background: url("/img/elementos-web/back-arrow.png");
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 016px;
    top: calc(50% - 10px);
}
.stepButtons button.next {
    background: #DA291C;
    border: 2px solid #DA291C;
    color: #fff;
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    min-width: 200px;
    margin: 0px 10px;
    padding:10.2px;
}
div#general_validation {
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
    width: calc(100% - 20px);
    height: auto;
    border-color: #da291c;
    display: none;
    padding-left: 125px !important;
}
div#general_validation:before {
    background: #da291c;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
div#general_validation.validation-error{
    display: block !important;
}
.stepdisabled {
    pointer-events: none;
    background:#eeeeee;
}
div#registerHeader {
    height: 90px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}
div#registerHeader img {
    width: 200px;
    height: 40px;
    margin-left: 15px;
}
div#registerHeader a {
    text-decoration: none;
    margin-right: 15px;
    border: 2px solid #002d72;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
.loginAccess {
    /*position: absolute;
    bottom: 30px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.loginAccess p {
    margin: 0;
    color: #fff;
}
.loginAccess p:last-child {
    color: #da291c;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
}
.locked,
.btn--locked{
    pointer-events: none;
}
@media only screen and (max-width: 600px) {
  main {
      padding: 50px 0 0 0;
      background: #fff;
      height: auto;
  }
  form#register {
      border-radius: 0;
      background: #fff;
  }
  section#registerSection {
        flex-direction: column;
    }
    .loginAccess {
        position: relative;
        margin-top: 40px;
    }
    .loginAccess p {
        color: #002d72;
    }
  .step {
      height: auto;
  }
  div.stepButtons {
      position: relative;
      margin-top: 50px;
  }
  div.step>div>div {
      width: 100%;
      padding: 15px 15px 0px 15px;
  }
  div.step>div>div:nth-of-type(2) {
      padding: 0 15px 0px 15px;
  }
  #register h2 {
      background:none;
  }
  div#registerHeader{
      height: 50px;
  }
  div#registerHeader img {
        width: 120px;
    }
    div#stepSelector {
        position: absolute;
        top: 15px;
        width: auto;
        z-index: 9;
        justify-content: flex-end;
        padding: 0;
        right: 70px;
    }
    div#stepSelector p {
        width: 20px !important;
        min-width: 20px;
        height: 20px !important;
        min-height: 20px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 10px;
        padding: 0;
        line-height: 16px;
        position: relative;
    }
    div#stepSelector p span {
        display: none;
    }
    div#stepSelector p:after {
        content: "";
        width: 20px;
        height: 2px;
        background: #002d72;
        position: absolute;
        right: -21px;
    }
    div#stepSelector p:last-child:after {
        display: none;
    }
    div.stepButtons {
        padding: 15px 15px !important;
    }
    .stepButtons button.next {
        min-width: 60%;
    }
    .stepButtons button.back {
        min-width: 40%;
    }
}
@media (max-width: 560px) {
    div#ojoRegPass, div#ojoPin {
        top: 19px;
    }
    div#birthday-div.validation_nok,
    div#birthday-div.validation_ack{
        background-position: 125px top;
    }
}