/* Sobreescribir variable CSS de Appsmith que controla el color del botón */
:root {
    --ads-v2-colors-action-primary-default-bg: #1e3a5f !important;
    --ads-v2-colors-action-primary-default-border: #1e3a5f !important;
    --ads-v2-colors-action-primary-hover-bg: #14284a !important;
    --ads-v2-colors-action-primary-active-bg: #14284a !important;
    --ads-color-brand: #1e3a5f !important;
    --ads-color-brand-hover: #14284a !important;
}

/* Respaldo con selector directo */
button[type="submit"],
button.ads-v2-button {
    background: #1e3a5f !important;
    background-color: #1e3a5f !important;
    border-color: #1e3a5f !important;
    box-shadow: none !important;
}

/* Ocultar logo Appsmith */
img[src*="appsmith-logo"],
img[src*="appsmith.com"],
.t--login-container > img {
    display: none !important;
}

/* Fondo corporativo */
body { background: #eef2f7 !important; }
