.elementor-759 .elementor-element.elementor-element-2bbd1fd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9551fe5 *//* CONTENEDOR */

.registro-form {

    max-width: 900px;
    margin: 0 auto;

    padding: 50px;

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

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

    border-radius: 24px;

    backdrop-filter: blur(20px);
}

/* ELIMINAR VIÑETAS */

.registro-form .wpuf-fields li{
    list-style:none !important;
}

/* LABELS */

.registro-form label{
    color:#fff !important;
    font-size:15px;
    font-weight:500;
}

/* ESPACIADO */

.registro-form .wpuf-el{
    margin-bottom:25px !important;
}

/* INPUTS */

.registro-form input,
.registro-form textarea,
.registro-form select{

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

    border:1px solid rgba(255,255,255,.08) !important;

    border-radius:12px !important;

    color:#fff !important;

    min-height:56px;

    padding:0 18px !important;

    transition:.25s;
}

/* FOCUS */

.registro-form input:focus,
.registro-form textarea:focus,
.registro-form select:focus{

    border-color:#7c4dff !important;

    box-shadow:
    0 0 0 3px rgba(124,77,255,.15);

    outline:none;
}

/* PLACEHOLDER */

.registro-form input::placeholder{
    color:rgba(255,255,255,.45);
}

/* TEXTOS DE AYUDA */

.registro-form .wpuf-help,
.registro-form .wpuf-description{

    color:rgba(255,255,255,.55) !important;
}

/* BOTON */

.registro-form .wpuf-submit-button{

    background:#6D4AFF !important;

    border:none !important;

    border-radius:14px !important;

    color:white !important;

    font-weight:600;

    padding:16px 32px !important;

    transition:.25s;
}

/* HOVER */

.registro-form .wpuf-submit-button:hover{

    transform:translateY(-2px);

    box-shadow:
    0 10px 30px rgba(109,74,255,.35);
}

.registro-form{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    padding:0 !important;
    max-width:none !important;
}/* End custom CSS */