/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 08:17:09 */
/* Center the entire WPForms form */
.wpforms-container {
  display: flex;
  justify-content: center;
}

/* Constrain and center the form */
.wpforms-container form {
  max-width: 520px; /* adjust if needed */
  width: 100%;
  margin: 0 auto;
}

/* Make fields full width and centered */
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Center the submit button */
.wpforms-container .wpforms-submit {
  display: block;
  margin: 24px auto 0;
}

.wpforms-container form {
  max-width: 620px; /* was 520px */
}

/* Increase size of Name & Email fields */
.nameclass input,
.emailclass input {
  width: 100% !important;
  padding: 18px 20px !important;
  font-size: 17px !important;
  height: auto !important;
  line-height: 1.4 !important;
  box-sizing: border-box;
}

.wpforms-container form {
  max-width: 700px !important;
  width: 100% !important;
  margin: 0 auto !important;
}


.wpforms-container .wpforms-field {
  width: 100% !important;
}


.nameclass input,
.emailclass input {
  width: 100% !important;
  max-width: 100% !important;
  padding: 18px 22px !important;
  font-size: 17px !important;
  box-sizing: border-box !important;
}

.wpforms-submit {
  display: block;
  margin: 30px auto 0 !important;
  padding: 16px 44px !important;
  font-size: 17px !important;
}




