.qb-customer input {
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
}

.qb-customer input:nth-child(2) {
  grid-column: 1 / -1;
}

.qb-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.qb-save-status {
  min-height: 16px;
  color: #647086;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.qb-btn:disabled {
  opacity: .65;
  cursor: wait;
}

@media (max-width: 620px) {
  .qb-customer input:nth-child(2) {
    grid-column: auto;
  }
}
