/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2026 | 08:06:40 */
.fluentform-customer-signup {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}
.fluentform-customer-signup h1 {
  font-size: 32px;
  font-weight: 600;
  color: #141b38;
  margin-bottom: 10px;
}
.fluentform-customer-signup > p {
  font-size: 16px;
  color: #434960;
  margin-bottom: 30px;
  max-width: 600px;
}
.fluentform-customer-signup #fluentform_30 {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #eee;
}
.fluentform-customer-signup #fluentform_30 fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fluentform-customer-signup #fluentform_30 .ff-t-container, .fluentform-customer-signup #fluentform_30 .ff-el-group {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.fluentform-customer-signup #fluentform_30 .ff-t-container {
  display: flex;
  gap: 20px;
}
.fluentform-customer-signup #fluentform_30 .ff-t-cell {
  padding: 0 !important;
}
.fluentform-customer-signup #fluentform_30 .ff-custom_html {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.fluentform-customer-signup #fluentform_30 .ff-custom_html p {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #434960;
  letter-spacing: 0.08em;
  margin: 0;
}
.fluentform-customer-signup #fluentform_30 .ff-el-form-control {
  font-size: 14px;
  transition: all 0.2s ease;
}
.fluentform-customer-signup #fluentform_30 .ff-el-form-control:focus {
  border-color: #3b82f6;
}
.fluentform-customer-signup #fluentform_30 .ff-el-input--label label {
  font-size: 13px;
  font-weight: 500;
  color: #434960;
  margin-bottom: 6px;
  display: block;
}
.fluentform-customer-signup #fluentform_30 button[type="submit"] {
  margin-top: 20px;
  background: var(--wp--preset--color--contrast);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
}
.fluentform-customer-signup #fluentform_30 button[type="submit"]:hover {
  background: var(--wp--preset--color--secondary);
}
