How to fix Form Lightbox button disappear

If you can’t see submit button in Form Lightbox, you can use this code to Custom CSS box

/* Lightbox button */
.sqs-modal-lightbox-content .lightbox-inner input.button {
color: #f1f !important;
border: 1px solid #f1f !important;
}