body.login {
  background: #f4f4f4;
}
body.login h1 {
	font-family: 'Open Sans';
	font-weight: 600;
	margin: 60px 0px;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  vertical-align: -0.2em;
  width: 1em;
  height: 1em;
  border: 0.15em solid #0074d9;
  border-radius: 0.2em;
  margin-right: 0.3em;
  background-color: white;
}
input[type=radio] + label:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  background-color: #0074d9;
  box-shadow: inset 0 0 0 0.15em white;
}
input[type=radio]:focus + label:before,
input[type=checkbox]:focus + label:before {
  outline: 0;
}
.signup-box-container {
  padding: 3rem 5rem !important;
}
.signup-box-col {
  padding: 4px 2rem 2rem 2rem !important;
  margin: 0 auto 2rem auto !important;
  min-height: 100vh!important;
  max-width: 600px
}
.signup-bubble {
  border-radius: 0.5rem;
}
.signup-flow .auth0-lock.auth0-lock .auth0-lock-center .auth0-lock-widget {
  width: 100%;
}
.signup-flow .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-text {
  text-align: center;
}
.signup-flow .auth0-lock.auth0-lock button.auth0-lock-submit {
  margin: 0 0 20px 0 !important;
}
.signup-flow .auth0-lock.auth0-lock .auth0-lock-form, .signup-flow .auth0-lock.auth0-lock .auth0-lock-cred-pane, .signup-flow .auth0-lock-cred-pane .auth0-lock-quiet {
  padding: 0 !important;
}
.signup-testimonials {
  margin-top: 2rem !important;
}
.review-author-flex {
  display: flex;
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdce6;
}
.review-author-attribution {
  min-width: 40%;
}
.review-author-flex div:last-child {
  margin-left: auto;
  text-align: right;
}
.customer-review {
  border-radius: 0.25px;
  color: white; 
  padding: 0 1.5rem 1.5rem 1.5rem !important;
  max-width: 80%;
  margin: 0 auto 40px auto;
}
.signup-testimonials-perf .customer-review {
  max-width: 100%;
  margin-bottom: 0;
}
.signup-testimonials-perf .customer-review:nth-child(3) .review-author-flex {
  border-bottom: 0;
}
.signup-testimonials-perf .customer-review .review-author-attribution small {
    font-size: 14px!important;
}
.customer-review h4 {
  font-size: 1.2rem;
}
.customer-review p.small {
  margin: 15px 0 0 0 !important;
}
.trust-pilot-logo {
  max-width: 100px;
  margin: 140px auto 0 auto;
}
.twitter-logo {
  max-width: 100px;
  margin: 80px auto 0 auto;
}
.twitter-logo img {
  width: 60px;
}
.extra-light-purple-bg {
  background-color: #F5F1FE;
}
.extra-light-purple {
  color: #F5F1FE;
}

.auth0-lock-input, .auth0-lock.auth0-lock .auth0-lock-form p span {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 16px !important;
}

.btn {
  font-size: 140%;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  background-color: #16214D;
  color: white;
}
.btn:focus {
  outline: none !important;
}
.btn.btn-lg {
  padding: 20px 30px;
}
.btn:disabled {
  background-color: #333;
  color: #666;
}
h1,
h2,
h3 {
  font-weight: 100;
}
#logo img {
  width: 300px;
  margin-bottom: 60px;
}
.home-description {
  font-weight: 100;
  margin: 100px 0;
}
h2 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 1.5rem !important;
}
.medium-header {
  font-size: 2.2rem;
}
label {
  font-size: 100%;
  font-weight: 300;
}
.btn-next {
  margin-top: 30px;
}
.answer {
  width: 70%;
  margin: auto;
  text-align: left;
  padding-left: 10%;
  margin-bottom: 20px;
}
.login-page .login-box {
  padding: 100px 0;
}
.auth0-lock.auth0-lock .auth0-lock-center {
  padding: 0px !important;
}
.auth0-lock.auth0-lock .auth0-lock-header {
  display: none !important; 
}
.auth0-lock.auth0-lock .auth0-lock-terms {
  display: none !important;
}
.auth0-lock.auth0-lock button.auth0-lock-submit {
  width: inherit !important;
  min-width: 40%;
  margin: 0 auto 20px auto !important;
  padding: 0 20px !important;
}
.auth0-lock-content {
    /* border: 1px solid #ddd; */
}
.auth0-lock.auth0-lock {
	height: auto;
}
.auth0-lock.auth0-lock .auth0-lock-header {
	display: none;
}
body .auth0-lock.auth0-lock .auth0-lock-header-avatar {
	height: 130px;
	width: 130px;
	margin: -262px auto 0;
	display: none;
}
.auth0-lock.auth0-lock, .auth0-lock.auth0-lock * {
	border-radius: 6px 6px 0px 0px;
}
.auth0-lock.auth0-lock .auth0-lock-social-button-icon {
	border-radius: 0px;
}
#headerImage {
	margin: 60px 0px 20px 0px;
	padding: 0;
	width: 125px;
	vertical-align: top;
	border: 0;
	height: auto;
	line-height: 100%;
	outline: none;
	text-decoration: none;
}

@media screen and (max-width: 1400px) {
  .signup-box-col {
    padding: 1rem !important;
    margin: 0.5rem !important;
  }
  .signup-testimonials {
    margin-top: 0rem !important;
  }
}

@media screen and (max-width: 1300px) {
  .signup-box-container {
    padding: 1rem !important;
  }
  .signup-box-col {
    margin: 2rem auto !important;
  }
  .customer-review {
    max-width: 85%;
  }
}

@media screen and (max-width: 1100px) {
  .customer-review {
    max-width: 95%;
  }
}

@media screen and (max-width: 900px) {
    h2 {
        font-size: 1.3rem !important;
    }
  
  .auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper {
    height: auto !important;
  }

  .signup-box-col {
    min-height: auto !important;
    margin-bottom: 5rem !important;
  }
  .signup-testimonials {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
  }

	#headerImage {
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 770px) {
  .signup-testimonials {
    margin-top: 2rem !important;
  }
  
  .signup-box-col {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
  }
  
  .signup-box-col .mb-5 {
    padding: 0 !important;
  }
  .signup-testimonials .p-4 {
    padding: 4rem 0.5rem 0 0.5rem !important;
  }
  .signup-testimonials p {
    margin-bottom: 1rem;
  }
  .signup-testimonials span {
    font-size: 15px !important;
  }
  .trust-pilot-logo {
    margin: 80px auto 0 auto
  }
  .customer-review {
    padding: 1.5rem 0 !important;
  }

}

@media screen and (max-width: 420px) {
  .signup-box-container {
    padding: 1rem !important;
  }
  .signup-box-col {
    padding: 0 !important;
  }
  .signup-testimonials .p-4 {
    margin-top: 0 !important;
    margin-bottom: 2rem;
    padding: 0.5rem !important;
  }
  .signup-box-col p {
    margin-bottom: 1rem;
  }
  
  .auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper {
    height: auto !important;
  }
  
  .signup-flow .auth0-lock.auth0-lock .auth0-lock-content {
    padding: 0px !important;
  }
}
