body, .register-page {
    position: relative;
    background-color: var(--mx-beige);
}
#mxloading {    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    display: none;
    z-index: 1000;
    color: var(--cb-blue);
    font-size: 16px;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.to-back {
    position: absolute;
    top: 60px;
    left: 40px;
}
.to-back a {
    text-decoration: none;
    color: var(--mx-dark);
    font-weight: 600;
}
.to-back a img {
    margin: 0 12px 0 0;
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.to-back a span {
    display: none;
}

.thankyou-content h1 {
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 600;
}
.thankyou-content p {
    font-size: 12px;
    margin: 0;
}
.register-page.thankyou {
    min-height: 100vh;
    color: var(--mx-white);
    background-color: var(--mx-dark);
}
.register-content.thankyou {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.register-box.thankyou {
    justify-content: center;
}
.thankyou-content {
    text-align: center;
}
.thankyou-logo {
    display: inline-block;
    margin: 30px 0;
}
.thankyou-logo img {
    width: 240px;
}
.check-logo {
    width: 80px;
    display: block;
    margin: 0 auto 24px auto;
}

.register-form {
    display: none;
    visibility: hidden;
    opacity: 0;
    -moz-transition: display .2s, visibility 1s;
    -webkit-transition: display .2s, visibility 1s;
    -o-transition: display .2s, visibility 1s;
    transition: display .2s, visibility 1s;
}
.register-form.active {
    display: block;
    transition: all 1s linear;
    visibility: visible;
    opacity: 1;
    -moz-transition: display .2s, visibility 1s;
    -webkit-transition: display .2s, visibility 1s;
    -o-transition: display .2s, visibility 1s;
    transition: display .2s, visibility 1s;
}

.register-page, .register-box {
    width: 100%;
    height: auto;
    min-height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.register-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 30px 0 40px;
}

.register-head .logo {
    display: block;
    width: 170px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.register-head .text {
    display: block;
    font-weight:600;
    font-size: 22px;
    line-height: 1;
    margin: 12px 0 0 0;
    text-transform: uppercase;
}

.register-box {
    justify-content: start;
    background-color: transparent;
}

.register-wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 12px;
}

.register-content {
    position: relative;
    width: 100%;
    min-width: 250px;
    max-width: 680px;
    padding: 12px;
    border-radius: 10px;
    margin: 0 auto;
    background-color: transparent;
}

.register-type-wrapper {
    width: 571px;
    height: 75px;
    width: auto;
    height: auto;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 39px;
    background-color: var(--mx-white);
}
.register-type-wrapper button.register-type {
    width: 150px;
    height: 61px;
    height: 40px;
    font-size: 12px;
    color: var(--mx-dark);
    font-weight: 600;
    border-radius: 39px;
    border-color: transparent;
    text-transform: uppercase;
    background-color: var(--mx-white);
}
.register-type-wrapper button.register-type.active {
    background-color: var(--mx-yellow);
}

.form-control.input-muvox {
    width: 100%;
    /* width: 870px; */
    height: 54px;
    border-radius: 10px;
}
.mx-file {
    width: 100%;
    height: 54px;
    border-radius: 10px!important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 24px 3px 12px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--mx-dark);
}
.mx-file span {
    width: 90%;
    color: var(--mx-white);
    font-size: 14px;
    font-weight: 600;
    line-height:1.2;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}

.mx-file input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    text-indent: -999px;
}
.mx-file span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background-image: url(../images/icon-add-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mx-file.photo {
    width: auto;
    height: auto;
    padding: 5px;
    cursor: pointer;
    background-color: transparent;
}
.mx-file.photo span {
    width: 100%;
    display: inline-block;
    color: var(--mx-dark);
}
.mx-file.photo span::after {
    content: none;
}

.form-label-muvox {
    display: inline-block;
    color: var(--mx-dark);
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 24.3px;
    /* font-family: General Sans; */
    text-align: left;
    padding: 0 0.75rem;
}

.form-control.input-muvox:focus {
    box-shadow: 0 0 0 0.1rem rgba(36, 36, 35, 1);
}

.form-title {
    font-weight: 600;
    margin: 40px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.form-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--mx-dark);
    margin: 0 0 36px 0;
}

.photo-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.photo-box img {
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 100%;
    background: white;
    object-fit: contain;
    border: 3px solid black;
    cursor: pointer;
}

.photo-box span {
    margin: 6px 0 0 0;
    font-weight: 600;
    cursor: pointer;
}
.terms-muvox {
    margin: 2rem 0 0 0;
}
.terms-muvox label {
    margin: 0 0 0 14px;
}
.terms-muvox label >*{
    color: var(--mx-dark);
}
.terms-muvox label a.terms-link-mx {
    text-decoration: none;
    font-weight: 600;
}
.terms-muvox label a.terms-link-mx:hover {
    color: var(--mx-black);
}
.btn-send {
    width: 275px;
    height: 40px;
    border-radius: 39px;
    text-transform: uppercase;
    background-color: var(--mx-dark);
}

.mx-link-register {
    opacity: 0.70;
    font-weight: 500;
    color: var(--mx-dark);
    padding: 0 0 0 12px;
}
.mx-link-register:hover {
    opacity: 1;
    color: var(--mx-dark);
}
/* Alta de conductor:::::::::: */
.photo-box img.driver {
    width: 125px;
    height: 125px;
    border: 4px solid black;
}
.photo-box img.driver.active {
    padding: 4px;
    object-fit: cover;

}
.form-title.driver {
    margin: 0 0 0 0;
}
.form-text.driver {
    margin: 0;
}

@media (min-width: 576px) {
    .to-back {
        left: 60px;
    }
    .to-back a span {
        display: inline-block;
    }
}

@media (min-width: 768px) { 
    .register-type-wrapper button.register-type {
        width: 200px;
        font-size: 16px;
    }
    .register-head .logo {
        width: 190px;
    }
    .register-head .text {
        font-size: 25px;
    }
 }


@media (min-width: 992px) { 
    
    .to-back {
        top: 30px;
        left: 20%;
    }
    .photo-box {
        width: 200px;
    }
 }


@media (min-width: 1200px) {  }


@media (min-width: 1400px) {  }