*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{

    min-height:100vh;

    background:
    linear-gradient(
    135deg,
    #0b5e32,
    #0f7b42,
    #128848
    );

    position:relative;

    overflow-x:hidden;
}

body::before{

    content:'';

    position:absolute;

    width:900px;
    height:900px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    top:-300px;
    left:-250px;
}

body::after{

    content:'';

    position:absolute;

    width:700px;
    height:700px;

    border-radius:50%;

    background:rgba(255,255,255,.03);

    right:-250px;
    bottom:-250px;
}

.container-registro{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:40px;

    position:relative;

    z-index:2;
}

.card-registro{

    width:100%;

    max-width:780px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(25px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:30px;

    padding:50px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.20);
}

.logo-box{

    text-align:center;

    margin-bottom:35px;
}

.logo-box img{

    width:90px;

    height:auto;

    margin-bottom:15px;
}

.logo-box h2{

    color:white;

    font-size:28px;

    font-weight:700;

    margin-bottom:10px;
}

.logo-box p{

    color:rgba(255,255,255,.85);

    margin-top:10px;
}

.badge-registro{

    display:inline-block;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.20);

    color:white;

    padding:8px 18px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;
}

.section-title{

    color:white;

    font-size:18px;

    font-weight:600;

    margin-bottom:20px;

    padding-bottom:10px;

    border-bottom:1px solid rgba(255,255,255,.15);
}

label{

    color:white;

    font-weight:500;

    margin-bottom:8px;

    display:block;
}

.form-control,
.form-select{

    height:56px;

    border:none;

    border-radius:14px;

    background:#f3f6fa;

    padding:0 15px;

    font-size:15px;
}

.form-control:focus,
.form-select:focus{

    box-shadow:
    0 0 0 4px rgba(255,255,255,.15);

    border:none;
}

.correo-box{

    display:flex;

    gap:12px;

    align-items:center;
}

.correo-box input{

    flex:1;
}

#btnEnviarCodigo{

    background:#c89b3c;

    color:#fff;

    border:none;

    font-weight:600;
}

#btnEnviarCodigo:hover{

    background:#b58a2d;

}

.btn-recuperar{

    background:#c89b3c;

    color:white;

    border:none;

    border-radius:14px;

    height:58px;

    width:100%;

    font-weight:700;

    transition:.3s;
}

.btn-recuperar:hover{

    background:#b58a2d;

    transform:translateY(-2px);

}

.security-alert{

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    color:white;

    padding:14px 18px;

    border-radius:14px;

    margin-bottom:20px;

    font-size:14px;
}

.captcha-box{

    background:white;

    border-radius:14px;

    padding:18px;

    margin-top:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;
}

.consentimientos{

    margin-top:20px;

    display:flex;

    flex-direction:column;

    gap:12px;
}

.consentimientos label{

    color:white;

    font-size:15px;

    display:flex;

    align-items:flex-start;

    gap:10px;

    cursor:pointer;
}

.consentimientos input{

    margin-top:4px;

    transform:scale(1.15);
}

.consentimientos a{

    color:#ffd166;

    text-decoration:none;
}

.consentimientos a:hover{

    text-decoration:underline;
}

.btn-registrar{

    width:100%;

    height:58px;

    border:none;

    border-radius:14px;

    margin-top:0;

    background:#c89b3c;

    color:white;

    font-size:17px;

    font-weight:700;

    transition:.3s;
}

.btn-registrar:hover{

    background:#b58a2d;

    transform:translateY(-2px);

    box-shadow:
    0 10px 25px rgba(0,0,0,.15);
}

.volver{

    display:block;

    text-align:center;

    margin-top:25px;

    color:white;

    text-decoration:none;
}

.volver:hover{

    color:#fff;
}

@media(max-width:768px){

    .card-registro{

        padding:25px;
    }

    .correo-box{

        flex-direction:column;
    }

    #btnEnviarCodigo{

        width:100%;
    }
}
.btn-codigo{

    width:100%;

    height:56px;

    border:none;

    border-radius:14px;

    background:#c89b3c;

    color:white;

    font-weight:600;

    transition:.3s;
}

.btn-codigo:hover{

    background:#b58a2d;

    transform:translateY(-2px);
}

.estado-ok{

    width:100%;

    min-height:56px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0;

    padding:0 15px;

    background:rgba(25,135,84,.15);

    border:1px solid rgba(25,135,84,.35);

    border-radius:14px;

    color:#b9fbc0;

    font-weight:700;
}

.btn-codigo{

    width:100%;

    height:56px;

    border:none;

    border-radius:14px;

    background:#c89b3c;

    color:white;

    font-weight:700;

    transition:.3s;
}

.btn-codigo:hover{

    background:#b58a2d;

    transform:translateY(-2px);
}
.btn-login-back{

    width:100%;

    height:58px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    text-decoration:none;

    border-radius:14px;

    background:
    rgba(255,255,255,.15);

    border:
    1px solid rgba(255,255,255,.20);

    color:white;

    font-weight:600;

    transition:.3s;
}

.btn-login-back:hover{

    background:
    rgba(255,255,255,.22);

    color:white;

    transform:translateY(-2px);
}
.row.mt-3 .col-md-8,
.row.mt-3 .col-md-4{

    display:flex;
}

.row.mt-3 .btn-registrar,
.row.mt-3 .btn-login-back{

    height:58px;

    margin-top:0;
}
.password-row{
    margin-top:25px;
}