.btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 26px;
 color: #fff;
  padding: 3px 25px;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  -o-transition: all linear .1s;
  transition: all linear .1s; 
}


  #comingsoon .countdown {
    padding-bottom: 120px;
    border-bottom: none;
    box-shadow: 0px 2px 1px 0px white; 
}

/*
Payment form page
 */

img.goldseal, img.blueshield {
    height: 33px !important;
    width: 33px !important;
    max-width: none !important;
    margin-top: 12px;
}

.step-content #account-creation input[type=text], .step-content #account-creation input[type=password], .step-content #subscription-form input[type=text] {
  width: 100%;
  height: 30px;
}


.step-content #account-creation input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #account-creation input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #account-creation input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #account-creation input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }
  
.step-content #subscription-form input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #subscription-form input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #subscription-form input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #subscription-form input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

  /* Password fields */


.step-content #account-creation input[type=password]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #account-creation input[type=password]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #account-creation input[type=password]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

.step-content #account-creation input[type=password]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 15px;
  font-weight: normal; }

  /* Wizard button */

.wizard-button {
  padding: 12px !important;
  font-size: 20px !important;
}

.footer-comingsoon {
  text-align: center;
  margin-top: 130px;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
}

/* Zapier */


.zapier-oauth .center-block {
  float: none;
}

.zapier-oauth h1 {
  color: #3c3b3b;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Open Sans', Arial;
  margin-top: 100px;
}

.zapier-oauth button {
  background: green;
  color: white;
  border: none;
  box-shadow: 0 0 2px #131f13;
  font-size: 20px;
  padding: 5px 20px;
  margin-top: 20px;
}

.zapier-oauth p, .zapier-oauth li {
  font-size: 18px;
  line-height: 26px;
}

.zapier-oauth p {
  margin-top: 30px;

}