/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2026 | 08:49:22 */
.fluentform .ff-el-input--label {
  font-size: 14px;
}
.fluentform .ff-el-form-control {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  padding: 10px;
  font-family: inherit;
}
textarea#ff_3_message {
  min-height: 100px;
}
.ff-btn-submit {
  background: linear-gradient(126deg, #ff9e1b 0%, #fdaf4a 100%);
  border: none;
  padding: 15px 25px;
  color: #FFF;
  border-radius: 10px;
  font-size: 15px;
}
.ff-el-form-control:focus {
  outline: none;
  box-shadow: none !important;
}
.fluentform .ff-el-input--label {
  color: #3c3c3b;
}
