.pin-form-host.pin-form-field, .input {
  padding: 0 10px;
  vertical-align: middle;
  width: 100%;
  outline: none;
  border: solid 1px #aaa;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: white;
  font-family: roobert, helvetica, arial;
  height: 38px;
  transition-property: border-color, box-shadow;
  transition-duration: 0.3s; }
  .pin-form-host.pin-form-field[readonly], .pin-form-host.pin-form-field[disabled],
  .input[readonly],
  .input[disabled] {
    background-color: #eee; }
  .pin-form-host.pin-form-field:focus,
  .input:focus {
    box-shadow: 0 0 5px #4ACFBC;
    border-color: #4ACFBC; }
  .pin-form-host.pin-form-field__error .pin-form-host.pin-form-field,
  .input__error .pin-form-host.pin-form-field,
  .pin-form-host.pin-form-field__error .input,
  .input__error .input {
    border-color: #a00;
    box-shadow: 0 0 5px #a00; }
  .pin-form-host.pin-form-field__container, .input__container {
    position: relative;
    margin: 10px 5px; }
  .pin-form-host.pin-form-field__label, .input__label {
    pointer-events: none;
    top: 0;
    vertical-align: middle;
    margin: 10px;
    position: absolute;
    font-size: 14px;
    transition-duration: 0.3s;
    transition-property: font-size, top, background-color, font-weight;
    background-color: rgba(255, 255, 255, 0);
    padding: 0 5px;
    font-weight: 400;
    white-space: nowrap; }
    div:focus .pin-form-host.pin-form-field__label, input:focus + .pin-form-host.pin-form-field__label, select:focus + .pin-form-host.pin-form-field__label, input[has-value="true"] + .pin-form-host.pin-form-field__label, select[has-value="true"] + .pin-form-host.pin-form-field__label, .pin-form-host.pin-form-field__label--raised, div:focus .input__label, input:focus + .input__label, select:focus + .input__label, input[has-value="true"] + .input__label, select[has-value="true"] + .input__label, .input__label--raised {
      font-size: 12px;
      top: -18px;
      font-weight: 600;
      background-color: white; }
    .input__error .pin-form-host.pin-form-field__label, .input__error .input__label {
      color: #a00; }
    .pin-form-host.pin-form-field__label .input__required, .input__label .input__required {
      display: inline-block;
      color: #7A40FF;
      padding-left: 0.5em; }
  .pin-form-host.pin-form-field__error-message, .input__error-message {
    color: #a00;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition-property: max-height, margin-top;
    transition-duration: 0.3s; }
    .input__error .pin-form-host.pin-form-field__error-message, .input__error .input__error-message {
      margin-top: 0.5em;
      max-height: 60px; }
  .pin-form-host.pin-form-field--currency[has-value="true"] .input, .input--currency[has-value="true"] .input {
    padding-left: 22px; }
  .pin-form-host.pin-form-field--currency[has-value="true"]:after, .input--currency[has-value="true"]:after {
    display: block;
    position: absolute;
    content: '$';
    left: 11px;
    top: 10px; }

input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100px;
  border: 2px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0; }

input[type="color"]::-webkit-color-swatch {
  border: none; }

.error-message {
  color: #a00;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition-property: max-height, margin-top;
  transition-duration: 0.3s; }
  .error-message--show {
    margin-top: 0.5em;
    max-height: 60px; }
  .error-message--currency[has-value="true"] .input {
    padding-left: 22px; }
  .error-message--currency[has-value="true"]:after {
    display: block;
    position: absolute;
    content: '$';
    left: 11px;
    top: 10px; }

/*# sourceMappingURL=inputs.css.map */
