.elementor-4351 .elementor-element.elementor-element-5b9ac9d7{--display:flex;--margin-top:4rem;--margin-bottom:4rem;--margin-left:0rem;--margin-right:0rem;}.elementor-4351 .elementor-element.elementor-element-5c3453ed{width:100%;max-width:100%;}@media(min-width:768px){.elementor-4351 .elementor-element.elementor-element-5b9ac9d7{--content-width:1600px;}}/* Start custom CSS for shortcode, class: .elementor-element-5c3453ed */.elementor-4351 .elementor-element.elementor-element-5c3453ed{
    /* Ultimate Member Login - Minimal AGEFEC */
.um-login {
    --agefec-primary: #3174D7;
    --agefec-dark: #000000;
    --agefec-light: #eef4fd;
    --agefec-accent: #5aa0ff;
    --agefec-border: #19233533;

    max-width: 460px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid var(--agefec-border);
    border-radius: 18px;
    padding: 30px;
    color: var(--agefec-dark);
}

/* Campos */
.um-login .um-field {
    margin-bottom: 20px;
}

.um-login .um-field-label label {
    color: var(--agefec-dark);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Inputs */
.um-login input[type="text"],
.um-login input[type="email"],
.um-login input[type="password"] {
    width: 100%;
    border: 1px solid var(--agefec-border) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: var(--agefec-dark) !important;
    padding: 13px 14px !important;
    font-size: 15px;
    box-shadow: none !important;
}

.um-login input:focus {
    border-color: var(--agefec-primary) !important;
    box-shadow: 0 0 0 3px rgba(49, 116, 215, .12) !important;
}

/* Mostrar contraseña */
.um-login .um-toggle-password {
    color: var(--agefec-muted);
}

/* Checkbox */
.um-login .um-field-checkbox {
    color: var(--agefec-muted);
    font-size: 14px;
}

.um-login .um-field-checkbox-state i {
    color: var(--agefec-primary);
}

.um-login .um-field-checkbox-option {
    color: var(--agefec-muted);
}

/* Botones */
.um-login .um-button,
.um-login input[type="submit"].um-button {
    background: var(--agefec-primary) !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 12px !important;
    padding: 13px 22px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    width: 100%;
}

.um-login .um-button:hover,
.um-login input[type="submit"].um-button:hover {
    background: #255fb5 !important;
}

/* Botón registrar */
.um-login .um-button.um-alt {
    background: var(--agefec-light) !important;
    color: var(--agefec-primary) !important;
    border: 1px solid var(--agefec-border) !important;
}

.um-login .um-button.um-alt:hover {
    background: #eaf1fd !important;
}

/* Columnas de botones */
.um-login .um-left.um-half,
.um-login .um-right.um-half {
    width: 48%;
}

.um-login .um-col-alt {
    margin-top: 8px;
}

/* Link recuperar contraseña */
.um-login .um-col-alt-b {
    text-align: center;
    margin-top: 22px;
}

.um-login .um-link-alt {
    color: var(--agefec-primary) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.um-login .um-link-alt:hover {
    color: #255fb5 !important;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 500px) {
    .um-login {
        padding: 22px;
        border-radius: 14px;
    }

    .um-login .um-left.um-half,
    .um-login .um-right.um-half {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
}/* End custom CSS */