.matilha-form .bancoforms-honeypot {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

.matilha-form .bancoforms-field {
  margin-bottom: 12px;
}

.matilha-form label {
  display: block;
  margin-bottom: 4px;
}

.matilha-form input,
.matilha-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.matilha-form input[type="text"],
.matilha-form input[type="email"],
.matilha-form textarea {
  color: ##949494 !important;
}

.matilha-form input::placeholder,
.matilha-form textarea::placeholder {
  color: #949494;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.matilha-form input:focus::placeholder,
.matilha-form textarea:focus::placeholder {
  opacity: 0;
}

.matilha-form .bancoforms-success {
  background: #f0f9eb;
  border-left: 3px solid #46b450;
  color: #1d2327;
  padding: 10px;
  margin-bottom: 12px;
}

.matilha-form .bancoforms-error {
  background: #fcf0f1;
  border-left: 3px solid #b32d2e;
  color: #1d2327;
  padding: 10px;
  margin-bottom: 12px;
}

.matilha-form .bancoforms-field-error {
  color: #b32d2e;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

.matilha-form .bancoforms-form .bancoforms-submit-button
{
  color: #FFD800 !important;
}
.matilha-form .bancoforms-form .bancoforms-submit-button:hover,
.matilha-form .bancoforms-form .bancoforms-submit-button:focus,
.matilha-form .bancoforms-form .bancoforms-submit-button:active {
  color: #000 !important;
}
