/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2025 | 18:58:26 */
.fluentform .ff-el-form-control {
  color: #000 !important;
  font-size: 17px;
}
.wpf_has_custom_css.ff-btn-submit {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(135deg, #e0938e 0%, #f5caa2 100%) !important;
  border: none;
  font-family: inherit;
}
.wpf_has_custom_css.ff-btn-submit:hover {
  opacity: 80%;
  background: linear-gradient(135deg, #e0938e 0%, #f5caa2 100%) !important;
}
