.logo {
  width: 200px;
}
.buttons {
  margin-bottom: 10px !important;
}
.step-two {
  display: none;
}
/* SIDE CONTENT */
#side-content > div {
  background: #f7f7f7;
  max-width: 360px;
  padding: 40px 30px;
}
#testimonial img {
  border-radius: 50%;
}
#partner-block img {
  max-width: 200px;
}
/* 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;
}

