.help-block li {
  list-style: none;
  color: #f5222d;
  font-size: 0.8em;
  font-weight: bold;
}

.alert {
  border-radius: 0 !important;
  font-family: "Nunito Sans", Verdana, Arial, sans-serif !important;
  font-size: 16px !important;
}

.alert-success {
  background-color: #f6ffed !important;
  border: 1px solid #b7eb8f !important;
  color: rgba(0, 0, 0, 0.85) !important;
}

.alert-danger {
  background-color: #fff1f0 !important;
  border: 1px solid #ffa39e !important;
  color: rgba(0, 0, 0, 0.85) !important;
}

#submitButton {
  width: 100%;
  height: 44px;
  background-color: #06908f;
  text-align: center;
  color: white;
  font-family: "Nunito Sans", Verdana, Arial, sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 40px;
}

#submitButton:hover {
  outline: none;
}

input[name="_action_payPalCheckout"] {
  border: none;
  padding: 0;
}

#paypalForm {
  display: inline;
  margin: 0;
  margin: 0;
  padding: 0;
}

.greeting-1 a {
  color: #fff;
}

#zuora_payment {
  min-height: 300px;
}

#paymentAmount .label,
.applicable-tax {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 600;
}

#paymentAmount .price {
  font-size: 18px;
  font-weight: 100;
  color: #999;
}

#paymentAmount .old-price {
  font-size: 15px;
  color: #808080;
  padding-right: 10px;
  vertical-align: text-bottom;
  text-decoration: line-through;
}

#paymentAmount .price .promo-price {
  font-weight: 600;
  font-size: 22px;
  color: #47a046;
}

#paymentAmount .billingPeriod {
  font-size: 13px;
  font-weight: 600;
}

#paymentAmount .price del {
  font-size: 15px;
  color: #808080;
  padding-right: 10px;
}

#paymentAmount .price strong {
  font-size: 20px;
  color: #000;
}

#paymentAmount .price .discounted {
  font-weight: 600;
  font-size: 22px;
  color: #47a046;
}

