.pdf-container {
    width: 100%;
    height: 80vh; /* ocupa el 80% de la altura de la ventana */
    overflow: hidden;
}
.pdf-iframe {
    width: 100%;
    height: 100vh;
}

.form-container {
    width: 100%;
    height: 100%;
    overflow:auto;
}
.form-iframe {
    width: 100%;
    height: 100vh;
}

