input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], textarea {
  outline: none;
  width: 100%;
  color: #888888;
  padding: 0.7em;
  border-radius: 0.75em;
  border: 0.0625em solid currentColor;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #1c1c1c;
  transition: border 0.25s ease;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus {
  border-color: #167091;
}

input[type=number] {
  width: 100%;
  max-width: 5em;
}

.webform-submission-form {
  color: #888888;
}
.webform-submission-form .form-type-textfield > label, .webform-submission-form .form-type-email > label, .webform-submission-form .form-type-number > label, .webform-submission-form .form-type-tel > label, .webform-submission-form .form-type-password > label, .webform-submission-form .form-type-textarea > label {
  display: block;
}

/*# sourceMappingURL=form.css.map */
