input.H-1xkh88z {
    box-sizing: border-box;
    outline: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 16px;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
  }
  .border.H-1xkh88z {
    border: solid 1px #eee;
  }
  input.H-1xkh88z::-webkit-input-placeholder /* Chrome/Opera/Safari */ {
    font-size: 14px;
    color: #c5c8ce;
  }
  input.H-1xkh88z::-moz-placeholder /* Firefox 19+ */ {
    font-size: 14px;
    color: #c5c8ce;
  }
  input.H-1xkh88z:-moz-placeholder/* Firefox 18- */ {
    font-size: 14px;
    color: #c5c8ce;
  }


  form.H-gf5y6h {
    display: flex;
    align-items: center;
    border: solid 1px rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    background: #fff;
  }
  form.light.H-gf5y6h {
    border-color: #dbdfe7;
  }
  form.dark.H-gf5y6h {
    border-color: rgba(255, 255, 255, 0.2);
    background: #111b22;
  }
  form.H-gf5y6h .btn {
    position: relative;
    right: -1px;
    margin: -1px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .large.H-gf5y6h input {
    padding: 12px 16px;
    font-size: 16px;
  }
  .large.H-gf5y6h button {
    line-height: 48px;
    font-size: 16px;
  }
  .normal.H-gf5y6h input {
    padding: 8px 12px;
    font-size: 16px;
  }
  .normal.H-gf5y6h button {
    line-height: 40px;
    font-size: 16px;
  }
  .small.H-gf5y6h input {
    padding: 4px 12px;
    font-size: 14px;
  }
  .small.H-gf5y6h button {
    line-height: 32px;
    font-size: 14px;
  }
  @media screen and (max-width: 640px) {
    .xs\:large.H-gf5y6h input {
      padding: 9px 16px;
      font-size: 16px;
    }
    .xs\:large.H-gf5y6h button {
      line-height: 48px;
      font-size: 16px;
    }
    .xs\:normal.H-gf5y6h input {
      padding: 8px 12px;
      font-size: 16px;
    }
    .xs\:normal.H-gf5y6h button {
      line-height: 40px;
      font-size: 16px;
    }
    .xs\:small.H-gf5y6h input {
      padding: 4px 12px;
      font-size: 14px;
    }
    .xs\:small.H-gf5y6h button {
      line-height: 32px;
      font-size: 14px;
    }
  }