.success-message {
  color: green;
  margin-bottom: 10px;
  font-weight: bold;
}

.error-message {
  color: red;
  margin-bottom: 10px;
  font-weight: bold;
}

input {
  background-color: white !important;
  font-weight: bold !important;
  color: #555555 !important;
  caret-color: black;
  outline: none !important;
  box-shadow: none;
  padding: 20px 12px !important;
}

.form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .form-row {
    margin-bottom: 24px;
  }
}
.form-row .row-item {
  flex-basis: 100%;
  margin-bottom: 24px;
  width: 100%;
  border: solid black 1px;
  border-radius: 0;
  background-color: white !important;
}
@media only screen and (min-width: 992px) {
  .form-row .row-item {
    flex-basis: 49%;
    margin-bottom: 0px;
  }
}

.buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.buttons #submit-button {
  border-width: 0px;
  margin-bottom: 10px;
  padding: 10px 0px !important;
  background-color: #B3D600 !important;
  color: black !important;
}
.buttons #reset-button {
  border-width: 0px;
  padding: 10px 0px !important;
  text-decoration: underline;
  background-color: white !important;
  color: black !important;
}

#message-box {
  height: 166px;
  flex-basis: 100%;
  background-color: white !important;
  font-weight: bold;
  outline: none;
  box-shadow: none;
  caret-color: black;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  #message-box {
    margin-bottom: 0px;
  }
}

.preferred-contact-text {
  font-weight: bold;
}

input::-moz-placeholder {
  font-weight: bold;
}

input::placeholder {
  font-weight: bold;
}/*# sourceMappingURL=template.css.map */