/* .custom-input * {
  cursor: text;
} */
/* .custom-input input.field {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
} */
.custom-textarea * {
    cursor: text;
}
.custom-textarea textarea.field {
  border: 0;
}
