html,
body {
  height: auto;
}

body {
  font-family: 'Roboto', sans-serif;
  max-width: 600px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

body.dev {
  background: repeating-linear-gradient(
    135deg,
    #FE6B6B,
    #FE6B6B 80px,
    #f5f5f5 80px,
    #f5f5f5 160px
  );
  background-attachment: fixed;
}

body.dev .dev-site-ribbon {
  width: 200px;
  padding: 10px;
  position: fixed;
  text-align: center;
  color: #856404;
  background-color: #fff3cddd;
  border-color: #ffeeba;
  font-weight: bold;
  top: 30px;
  right: -60px;
  transform: rotate(45deg);
  z-index: 1;
}

.form-payg {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 40px 50px rgba(0, 0, 0, 0.06);
}

input.phone {
  text-align: center;
  width: 100%;
  border-radius: 2em;
  font-size: x-large;
  padding-right: 52px !important;
  padding-left: 52px!important;
}

/* The PayPal SDK sets the button z-index to 100, which makes it obscure
 * the phone country code dropdown. Set it to something more reasonable
 * in the outer container.
 */
.paypal-button-container {
  position: relative;
  z-index: 1;
}

.text-uppercase-xs {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem !important;
  color: #F15722;
}

.text-muted {
  color: #4b5156;
}

.text-small {
  font-size: 12px;
}

.text-gray {
  color: #9fa5b5;
}

.w-90 {
  margin: auto;
  width: 90%;
}

.mb {
  margin-bottom: 40px;
}

.mt {
  margin-top: 40px;
}

.mb-xs {
  margin-bottom: 24px;
}

.mt-xs {
  margin-top: 24px;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
}
