.elementor-36 .elementor-element.elementor-element-6bb28a6{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:70px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-field-group{margin-bottom:20px;}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-form-fields-wrapper{margin-bottom:-20px;}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-field-group > a{color:#579CCF;}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-field-group > a:hover{color:var( --e-global-color-5499d19 );}body .elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-field-group > label{padding-bottom:9px;}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-form-fields-wrapper label{color:var( --e-global-color-accent );}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-field-group .elementor-field{color:var( --e-global-color-primary );}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:var( --e-global-color-0ceda8d );border-radius:12px 12px 12px 12px;}.elementor-36 .elementor-element.elementor-element-d639dc0 .elementor-field-group .elementor-select-wrapper select{background-color:var( --e-global-color-0ceda8d );border-radius:12px 12px 12px 12px;}:root{--page-title-display:none;}/* Start custom CSS *//* CONTENEDOR DEL FORMULARIO */
.uo-login-ui {
    max-width: 450px !important;
    margin: 40px auto !important;
    padding: 40px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px); /* Efecto Glassmorphism */
}

/* TÍTULOS Y ETIQUETAS */
.uo-login-ui label {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* CAMPOS DE ENTRADA (INPUTS) */
.uo-login-ui input[type="text"], 
.uo-login-ui input[type="password"], 
.uo-login-ui input[type="email"] {
    width: 100% !important;
    padding: 14px 18px !important;
    margin-bottom: 20px !important;
    border: 1.5px solid #eee !important;
    border-radius: 12px !important;
    background-color: #fcfcfc !important;
    transition: all 0.3s ease !important;
    font-size: 15px !important;
}

.uo-login-ui input:focus {
    border-color: #004aad !important; /* Tu azul corporativo */
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(0, 74, 173, 0.1) !important;
    outline: none !important;
}

/* BOTÓN DE ACCIÓN */
.uo-login-ui input[type="submit"] {
    width: 100% !important;
    background: linear-gradient(135deg, #004aad 0%, #003580 100%) !important;
    color: #fff !important;
    padding: 16px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
    margin-top: 10px !important;
}

.uo-login-ui input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 74, 173, 0.3) !important;
}

/* LINKS INFERIORES (¿Olvidaste contraseña?) */
.uo-login-ui .login-extra-links a {
    font-size: 13px !important;
    color: #666 !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.uo-login-ui .login-extra-links a:hover {
    color: #004aad !important;
}/* End custom CSS */