body {
  background-color: #F6F9FD;
}

header {
  background-color: #1D4670;
}

section.banner {
  background: #1D4670;
  padding-top: 40px;
  position: relative;
}

section.banner:after {
  background-image: url(../img/homepage/banner-wave.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: '';
  height: calc(100% - 255px);
  left: 0;
  position: absolute;
  width: 100%;
}

section.banner > .container {
  position: relative;
}

section.banner > .container > .banner-image {
  float: left;
  width: 100%;
  margin-top: 0;
}

section.banner > .container > .banner-image > img {
  float: right;
  width: 80%;
}

section.banner > .container > .banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section.banner > .container > .banner-text > p {
  font-weight: 500;
  width: 55%;
  text-align: left;
  color: #FFFFFF;
}

section.banner > .container > .banner-text > p:first-child {
  font-size: 32px;
  margin-bottom: 20px;
}

section.banner > .container > .banner-text > p:last-child {
  font-size: 16px;
  opacity: 0.5;
}

.page-navigation-container {
  float: right;
}

.page-navigation-container > button.navbar-toggle {
  margin: 26px 0;
  margin-left: 10px;
  padding: 8px 10px;
}

.page-navigation-container > button.navbar-toggle > .icon-bar {
  background: #FFFFFF;
}

.page-navigation-container > .user-links {
  float: right;
}

.page-navigation-container > .user-links > div {
  float: left;
  margin: 20px 0;
  padding: 12px 20px;
}

.page-navigation-container > .user-links > div.sign-up {
  padding: 5px 0;
}

.page-navigation-container > .user-links > div:not(.sign-up) > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

.page-navigation-container > .user-links > div:not(.sign-up) > a:hover, .page-navigation-container > .user-links > div:not(.sign-up) > a.active {
  text-decoration: none;
  border-bottom: 2px solid #F79D23;
}

.page-navigation-container > nav {
  float: right;
}

.page-navigation-container > nav > div#page-links {
  padding: 0;
}

.page-navigation-container > nav > div > ul {
  display: inline-block;
  margin: 0;
  padding: 12px 5px;
  list-style: none;
}

.page-navigation-container > nav > div > ul > li {
  float: left;
  padding: 20px 15px;
}

.page-navigation-container > nav > div > ul > li > a {
  font-weight: 500;
  padding-bottom: 5px;
  color: #EBF0FA;
}

.page-navigation-container > nav > div > ul > li > a:hover, .page-navigation-container > nav > div > ul > li > a.active {
  text-decoration: none;
  border-bottom: 2px solid #F79D23;
}

#discover-section {
  position: relative;
  background: #EBF0FA;
}

#discover-section:before {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/homepage/discover-section-wave.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}

#discover-section > div.container {
  position: relative;
  padding-top: 230px;
  padding-bottom: 300px;
}

#discover-section > div.container > div.row.feature-boxes {
  position: absolute;
  top: -140px;
}

#discover-section > div.container > div.row.feature-boxes > div > div {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 40px 30px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 12px 24px 0 rgba(157, 168, 191, 0.23);
}

#discover-section > div.container > div.row.feature-boxes > div > div > img {
  display: block;
  margin: 0 auto;
}

#discover-section > div.container > div.row.feature-boxes > div > div > p {
  font-size: 12px;
  padding-bottom: 30px;
  color: #72706F;
}

#discover-section > div.container > div.row.feature-boxes > div > div > p > label {
  color: #1D4670;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

#discover-section > div.container > div.row.feature-boxes > div > div > a {
  bottom: 20px;
  font-weight: bold;
  left: 0;
  position: absolute;
  width: 100%;
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > label {
  font-size: 10px;
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > p {
  font-size: 20px;
  font-weight: 500;
  color: #72706F;
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container {
  position: relative;
  overflow: auto;
  width: 85%;
  box-shadow: 0 12px 24px 0 rgba(157, 168, 191, 0.23);
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container > img {
  float: left;
  width: 100%;
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container > iframe {
  width: 100%;
  height: 100%;
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container .play-button > a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container .play-button > a > img {
  left: 50%;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container .play-button > a:hover > img {
  opacity: 1;
}

#discover-section > div.container > div.row.feature-video > div.introductory-text {
  padding-top: 60px;
  position: relative;
}

#discover-section > div.container > div.row.feature-video > div.introductory-text > p {
  font-size: 27px;
  line-height: 33px;
}

#discover-section > div.container > div.row.feature-video > div.introductory-text > a.btn {
  bottom: 0;
  position: absolute;
}

#pricing-and-signup-section {
  background: #D2DAE9;
}

#pricing-and-signup-section > div.container > div.row {
  height: 547px;
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section {
  position: absolute;
  top: -31px;
  height: 715px;
  padding: 70px 40px;
  text-align: center;
  color: #FFFFFF;
  background: #1D4670;
  box-shadow: 0 12px 24px 0 rgba(157, 168, 191, 0.23);
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section > h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section > p {
  font-size: 12px;
  opacity: 0.6;
  color: #EBF0FA;
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section > div {
  font-size: 50px;
  font-weight: 500;
  margin: 60px 0;
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section > div > b {
  font-size: 30px;
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section > div > span {
  font-size: 15px;
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section > button {
  margin-bottom: 60px;
}

#pricing-and-signup-section > div.container > div.row > div > .pricing-section a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #F79D23;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section {
  margin: 0 auto;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > h2 {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form {
  height: 555px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form {
  background: #FFFFFF;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 70%;
  box-shadow: 0 12px 24px 0 rgba(157, 168, 191, 0.23);
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > div .input-group > .select-wrapper {
  padding: 0;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > div .input-group > .select-wrapper > select {
  height: 46px;
  font-size: 18px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > div .input-group > .select-wrapper > i {
  top: 16px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > div.privacy-policy {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: right;
  font-size: 10px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > div.buttons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > div.buttons > div {
  padding: 0;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-1 > div.buttons {
  left: unset;
  right: 0;
  width: auto;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-4 p {
  font-size: 17px;
  margin: 0;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-4 p i {
  display: block;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-4 .next-step {
  padding: 6px 20px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 {
  padding: 65px 30px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 > div:first-child {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 > div:first-child > p {
  font-size: 17px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 > div:last-child {
  margin: 0 auto;
  margin-top: 60px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 > div:last-child input.btn {
  padding: 5px 15px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 > div > p {
  font-size: 12px;
  text-align: center;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 h1 {
  color: #F79D23;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form.step-5 h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #support-options > div,
#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div {
  margin-bottom: 30px;
  padding-left: 10px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #support-options > div > div,
#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div {
  margin: 0;
  width: 100%;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #support-options > div > div > .header-section,
#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .header-section {
  padding: 10px 30px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #support-options > div > div > .body-section,
#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section {
  font-size: 12px;
  min-height: 320px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #support-options > div > div > .body-section > ul > li,
#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > ul > li {
  font-size: 11px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0 20px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > p:first-child {
  font-size: 15px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > div {
  font-size: 15px;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > div > .far,
#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > div > .fa {
  cursor: pointer;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > div > span {
  cursor: pointer;
}

#pricing-and-signup-section > div.container > div.row > div > #signup-section > form #plan-options > div > div > .body-section > button {
  position: relative;
  transform: unset;
  left: unset;
  bottom: unset;
  margin-top: 45px;
  display: none;
}

#features-section {
  padding-top: 30px;
  padding-bottom: 130px;
  color: #FFFFFF;
  background: #1D4670;
}

#features-section > div.container > div.row > div.text-content > img {
  display: inline-block;
}

#features-section > div.container > div.row > div.text-content > h1 {
  font-size: 26px;
  font-weight: 500;
}

#features-section > div.container > div.row > div.text-content > p {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.6;
}

#features-section > div.container > div.row > div.graphic-content > .image-clipper {
  overflow: hidden;
  width: 100%;
}

#features-section > div.container > div.row > div.graphic-content > .image-clipper > img {
  width: 100%;
}

.system-feature-section {
  padding: 60px 0;
  background: #FFFF;
}

.system-feature-section > div.container > div.row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.system-feature-section > div.container > div.row > div > div.graphic-content {
  position: relative;
}

.system-feature-section > div.container > div.row > div > div.graphic-content > .hexagon-clipper {
  width: 70%;
  min-width: 250px;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.system-feature-section > div.container > div.row > div > div.graphic-content > .hexagon-clipper > img {
  height: 100%;
}

.system-feature-section > div.container > div.row > div > div.graphic-content > .hexagon {
  position: absolute;
  top: -20px;
  left: -15px;
  width: 100%;
  min-width: 250px;
}

.system-feature-section > div.container > div.row > div > div.text-content {
  margin: auto;
  position: relative;
  width: 70%;
}

.system-feature-section > div.container > div.row > div > div.text-content > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.system-feature-section > div.container > div.row > div > div.text-content > div > h1 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

.system-feature-section > div.container > div.row > div > div.text-content > div > p {
  color: #72706F;
  font-size: 15px;
  opacity: 0.6;
}

@media only screen and (max-width: 1199px) {
  section.banner > .container > div[class^="col-"] > a {
    overflow: hidden;
    width: 74px;
  }
  #discover-section:after {
    bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  section.banner {
    padding-top: 20px;
  }
  section.banner > .container > div[class^="col-"] > a {
    width: auto;
  }
  section.banner > .container > .banner-image > img {
    width: 100%;
  }
  .page-navigation-container > nav {
    left: -15px;
    position: absolute;
    top: 84px;
    width: calc(100% + 30px);
    z-index: 10;
  }
  .page-navigation-container > nav > div > ul {
    display: table;
    margin: 0 auto;
  }
  .page-navigation-container > nav > div > ul > li {
    padding: 5px 15px;
  }
  .page-navigation-container > nav > div > ul > li > a:hover {
    border-bottom: 2px solid transparent;
  }
  #discover-section > div.container {
    padding-bottom: 160px;
    padding-top: 30px;
  }
  #discover-section > div.container > div.row.feature-boxes {
    position: relative;
    top: 0;
  }
  #discover-section > div.container > div.row.feature-boxes > div.col-sm-3 {
    margin-bottom: 20px;
    width: 50%;
  }
  #discover-section > div.container > div.row.feature-video > div {
    padding: 0;
    width: 100%;
  }
  #discover-section > div.container > div.row.feature-video > div.video-introduction > .video-container {
    margin: 0 auto;
    width: 60%;
  }
  #discover-section > div.container > div.row.feature-video > div.introductory-text {
    padding-top: 20px;
  }
  #discover-section > div.container > div.row.feature-video > div.introductory-text > a.btn {
    position: relative;
  }
  #features-section {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #features-section > div.container > div.row {
    position: relative;
  }
  #features-section > div.container > div.row > div {
    padding-left: 0;
    width: 100%;
  }
  #features-section > div.container > div.row > div.text-content > img {
    float: left;
    margin-right: 20px;
  }
  #features-section > div.container > div.row > div.text-content > h1 {
    float: left;
    margin: 14.5px 0;
  }
  #features-section > div.container > div.row > div.text-content > p {
    display: inline-block;
    margin-top: 20px;
  }
  #features-section > div.container > div.row > div.graphic-content {
    display: none;
  }
  #features-section > div.container > div.row > div.graphic-content > .image-clipper {
    margin: 0 auto;
    width: 60%;
  }
  .system-feature-section > div.container > div.row > div {
    width: 50%;
  }
  .system-feature-section > div.container > div.row > div > div.graphic-content > .hexagon-clipper {
    margin: auto !important;
  }
  .system-feature-section > div.container > div.row > div > div.graphic-content > .hexagon {
    left: -15px;
  }
  .system-feature-section > div.container > div.row > div > div.text-content {
    width: 100%;
  }
  #pricing-and-signup-section > div.container > div.row {
    height: auto;
  }
  #pricing-and-signup-section > div.container > div.row > div {
    width: 100%;
    padding-left: 0;
  }
  #pricing-and-signup-section > div.container > div.row > div > .pricing-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 40px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section {
    width: 100%;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > h2 {
    padding-top: 0;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form {
    width: 100%;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > .row {
    margin-left: -15px;
  }
}

@media only screen and (max-width: 767px) {
  section.banner {
    padding-top: 20px;
  }
  section.banner > .container > div[class^="col-"] > a > img {
    height: 50px;
  }
  section.banner > .container > .banner-image > img {
    height: 300px;
    width: 100%;
  }
  section.banner > .container > .banner-text {
    width: calc(100% - 30px);
  }
  section.banner > .container > .banner-text > p {
    float: left;
    width: 100%;
  }
  section.banner > .container > .banner-text > p:first-child {
    font-size: 27px;
    margin-bottom: 10px;
  }
  section.banner > .container > .banner-text > p:last-child {
    font-size: 14px;
  }
  .page-navigation-container > button.navbar-toggle {
    margin: 14px 0;
  }
  .page-navigation-container > .user-links > div {
    margin: 8px 0;
  }
  .page-navigation-container > nav {
    top: 60px;
  }
  .page-navigation-container > nav > div > ul {
    background: #FFFFFF;
    padding: 12px 15px;
    width: 100%;
  }
  .page-navigation-container > nav > div > ul > li {
    float: none;
    padding: 5px 0;
  }
  .page-navigation-container > nav > div > ul > li > a {
    color: #1D4670;
  }
  #discover-section > div.container {
    padding-bottom: 120px;
  }
  #discover-section > div.container > div.row.feature-boxes {
    margin-left: -15px;
  }
  #discover-section > div.container > div.row.feature-boxes > div.col-sm-3 {
    float: left;
  }
  #discover-section > div.container > div.row.feature-video > div.introductory-text > p {
    font-size: 20px;
    line-height: 26px;
  }
  #features-section > div.container > div.row > div.text-content > p {
    font-size: 15px;
  }
  .system-feature-section > div.container > div.row > div {
    float: left;
  }
  .system-feature-section > div.container > div.row > div > div.text-content > div > h1 {
    font-size: 21px;
    line-height: 26px;
  }
  .system-feature-section > div.container > div.row > div > div.text-content > div > p {
    font-size: 12px;
  }
  #pricing-and-signup-section > div.container > div.row > div > .pricing-section {
    padding: 30px 40px;
  }
  #pricing-and-signup-section > div.container > div.row > div > .pricing-section > h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  #pricing-and-signup-section > div.container > div.row > div > .pricing-section > div {
    font-size: 40px;
    margin: 40px 0;
  }
  #pricing-and-signup-section > div.container > div.row > div > .pricing-section > button {
    margin-bottom: 40px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form {
    height: 630px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > .row {
    margin-bottom: 0 !important;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > .row > div {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  section.banner > .container > .banner-image > img {
    height: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  section.banner > .container > div[class^="col-"] > a {
    overflow: hidden;
    width: 50px;
  }
  .system-feature-section {
    padding: 30px 0;
  }
  .system-feature-section > div.container > div.row > div {
    float: none;
    width: 100%;
  }
  .system-feature-section > div.container > div.row > div > div.graphic-content {
    display: none;
  }
  .system-feature-section > div.container > div.row > div > div.text-content > div {
    margin: 15px 0;
    position: relative;
    transform: none;
  }
  .system-feature-section > div.container > div.row:last-child {
    padding-top: 0;
  }
  .system-feature-section > div.container > div.row:last-child > div > div.graphic-content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #discover-section:before {
    bottom: -1px;
  }
  #discover-section > div.container {
    padding-bottom: 70px;
  }
  #discover-section > div.container > div.row.feature-boxes > div.col-sm-3 {
    width: 100%;
  }
  #features-section {
    padding-top: 35px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form {
    height: 590px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form {
    padding: 10px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form .input-group > .input-group-addon {
    font-size: 9px;
    padding: 6px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form .input-group > .form-control {
    font-size: 12px !important;
    padding: 6px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form .input-group > div.form-control {
    padding-top: 14px;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form .custom-checkbox {
    font-size: 10px;
    margin: 0;
  }
  #pricing-and-signup-section > div.container > div.row > div > #signup-section > form > .boxed-form > div.buttons {
    bottom: 10px;
    padding: 0 10px;
  }
}
