.pricing-form {
  max-width: 420px;
  padding: 15px 25px;
  border: 5px solid #17193724;
  border-radius: 4px;
  display: flex;
  flex-flow: column;
}

.input-item {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 23px;
}

.input-item h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 18px;
}

.input-item h5 > span {
  font-size: 0.9rem;
  font-weight: normal;
  margin-left: 7px;
}

.input-item input {
  width: 100%;
  height: 35px;
  border-radius: 4px;
}

#tipjar-price > .input {
  margin-bottom: 18px;
  position: relative;
}

#tipjar-price > .input > label {
  position: absolute;
  top: -11.5px;
  left: 32px;
  font-weight: 500;
  background: white;
  text-align: center;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.00938em;
}

#tipjar-price > .input:last-of-type {
  margin-bottom: 0;
}

#form__submit {
  width: 100%;
  height: 35px;
  background: var(--bg-color);
  border: none;
  border-radius: 4px;

  color: white;
  font-weight: bold;
  letter-spacing: 0.75px;
  cursor: pointer;
}

#form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
