Hello support team,
I would like to change the style of the modal forms on the entire site to look like this

Currently they look like this

I had previously used this CSS to get it to look like the picture above, but it does not seem to be working anymore.
.cp-title.cp_responsive {
line-height: 0px !important;
}
.cp-first-order .cp-text-container {
padding-top: 0px !important;
}
.cp-form-field, .cp-submit-wrap {
padding-right: 0px !important;
padding-left: 0px !important;
}
.cp-modal-body .cp_responsive.cp_font span {
font-weight: 400 !important;
letter-spacing: .01px;
}
Any help for getting this to work would be appreciated.
