/* BANNER */
#signup-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #5DB85E;
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#signup-banner .banner-content {
  max-width: 1200px;
  margin: 0 auto;
}
body {
  padding-top: 50px;
}
.logo {
  width: 200px;
}
.buttons {
  margin-bottom: 10px !important;
}
.step-two {
  display: none;
}
/* TESTIMONIAL */
#testimonial {
  background: #f7f7f7;
  max-width: 360px;
  padding: 40px 30px;
}
#testimonial img {
  border-radius: 50%;
}
/* TOOLTIPS */
.tooltip-inner {
  min-width: 240px;
}
/* COUPONS */
#coupon {
  width: 50%;
  display: inline-block;
  margin-right: 15px;
}
.coupon-message {
  display: none;
  font-size: 0.9em;
}
#coupon-valid {
  color: #4eb14e;
}
#coupon-error,
#coupon-invalid {
  color: #d22d2d;
}
/* DEMO */
#demo-offer {
  margin: 40px 0;
  padding: 25px 50px;
  background-color: #f7f7f7;
  text-align: center;
}

