.atcf-contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.atcf-contact-form label {
  font-size: 16px;
  color: #888;
  margin-bottom: 4px;
}
.atcf-contact-form .text-input {
  margin-bottom: 32px;
}
.atcf-contact-form textarea {
  resize: none;
}

.atcf-callback-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.atcf-callback-form label {
  font-size: 16px;
  color: #888;
  margin-bottom: 4px;
}
.atcf-callback-form .text-input {
  margin-bottom: 32px;
}

/*# sourceMappingURL=atcf-styles.css.map */
