/* Align the button to the bottom, so it has the same aligned as the nearby field if it's in a row
   with another field.*/
.gfield_vlpn_aec_cc_import_button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gform_wrapper .gfield_vlpn_aec_cc_import_button > label.gfield_label {
  display: none;
}
