/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 18:23:04 */
/* center the whole form content */
#mailpoet_form_4 form {
  text-align: center;
  background-color: #00c8e8;
}

/* heading */
#mailpoet_form_4 .mailpoet-heading {
  display: block;
  color: white;
}

/* make each input block sit inline */
.mailpoet_paragraph {
  display: inline-block;
}

/* inputs */
#mailpoet_form_4 input {
  background: white;
  color: black;
  border: 1px solid black;
}

/* focus border */
#mailpoet_form_4 input:focus {
  outline: none;
  border: 2px solid #000;
}

/* button */
#mailpoet_form_4 .mailpoet_submit {
  background: black;
  color: white;
  border: none;
  border-radius: 6px;
}
