/* Cambia el fondo de los formularios a verde corporativo */
iframe {
    background-color: #A9E693 !important;
    border-radius: 10px;
}

/* Mejora la legibilidad de los títulos */
h2, h3 {
    font-family: 'Arial', sans-serif;
    color: #2C6E49 !important;
    font-weight: bold;
}

/* Ajusta los botones para que sean más uniformes */
.btn {
    background-color: #2C6E49 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px 20px;
}

/* Cambia el fondo del pie de página */
footer {
    background-color: #2C6E49 !important;
    color: white !important;
    text-align: center;
    padding: 15px;
}