.form-logo {
    width: 250px;
    height: auto; /* Maintain aspect ratio */
    /* Add any other logo-specific styles */
}

/* Default centering for all th and td in this table */
.table-centered-values th,
.table-centered-values td {
    text-align: center;
}

/* Override for the first column (Nombre) - both header and data cells */
.table-centered-values th:first-child,
.table-centered-values td:first-child {
    text-align: left;
}