.imgLogo {
    width: 150px;
}
  /* Agrega un margen inferior al primer botón */
  .btn-primary {
    margin-top: 10px;
    /* margin-bottom: 10px; Puedes ajustar el valor según el espacio deseado */
}

/* Agrega un margen superior al segundo botón */
.btn-secondary {
    margin-top: 10px;
}
.btn-warning {
    margin-top: 10px;
}

#textFormulario {
    margin-top: 10px;
}

#folioId {
    float: right;
}