/* __KONTAKTIVORM  */
.hwm__kusi-pakkumist-section,
.hwm__cf7-form-background-color {
  background-color: var(--color-primary);
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  margin: 5px auto;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
}

/* CF7 - ERROR MESSAGE */
.wpcf7-not-valid-tip {
  font-size: 16px !important;
  font-weight: 500 !important;
  border: 1px solid red;
  padding: 2px 10px;
  margin-top: 5px;
  border-radius: 5px;
}
.wpcf7-not-valid {
  border: 1px solid red !important;
  margin-bottom: 0;
}

.hwm_cf7-row {
  max-width: 600px !important;
  width: 90%;
}
