table.contact-form {
  background-color: #443b44;
}

th.form-item {
  padding: 4px 0;
  vertical-align: top;
  width: 300px;
}

th.form-item > .style {
  border-left: 9px solid #f35869;
  border-radius: 4px;
}

.style > label {
  margin-left: 4px;
}

input, select, textarea {
  background-color: #746c75;
  color: #fcfcfc;
  font-size: 14px;
  border: 1px solid #bdb4bd;
}

input[type="text"], select, textarea {
  width: 100%;
  border-radius: 2px;
}

textarea {
  height: 200px;
}

.required-tag {
  background-color: #336699;
  border: 1px solid #6699cc;
  padding: 2px;
  border-radius: 6px;
}

.before-submit {
  margin-top: 32px;
}

button.submit-btn {
  background-color: #b421f8;
  border: 1px solid #ae6bdb;
  border-radius: 6px;
  font-size: 24px;
  color: #ea79db;
  margin-top: 12px;
}

.form-error {
  border: 2px solid #f35869;
  border-radius: 5px;
  width: 95%;
  padding: 4px;
  background-color: #b61729;
  max-width: 1100px;
  margin: auto;
}

.form-error > h2 {
  text-align: center;
}
