.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #00a3e0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .scl-display-none {
  display: none;
}

.overlay .scl-container {
  background: #ffffff;
  margin-top: 20vh;
  padding-bottom: 40px;
}

.overlay .scl-container input[type=text], .overlay .scl-container select, .overlay .scl-container input[type=password] {
  width: 100%;
  padding: 16px 20px;
  margin: 8px 0;
  border: 3px solid #656565;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 18px;
  margin-bottom: 15px;
  outline: none;
}

.overlay .scl-container .scl-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overlay .scl-container .scl-header .scl-header-image-container {
  width: 200px;
  margin-top: -120px;
}

.overlay .scl-container .scl-header .scl-header-image-container img.img-left {
  margin-left: -60px;
}

.overlay .scl-container .scl-header .scl-header-image-container img.img-right {
  margin-left: 60px;
}

.overlay .scl-container .middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -150px;
}

.overlay .scl-container .middle-content .image-title {
  margin: 20px 0;
}

.overlay .scl-container .middle-content #instruction h3 {
  font-size: 34px;
  margin-bottom: 20px;
}

.overlay .scl-container #scl-login-view {
  width: 500px;
  max-width: 80%;
  margin: -100px auto 40px;
}

.overlay .scl-container #scl-login-view .scl-display-none {
  display: none;
}

.overlay .scl-container #scl-login-view p.login-error-msg {
  color: red;
}

.overlay .scl-container #scl-login-view h4 {
  margin-bottom: 20px;
}

.overlay .scl-container #scl-login-view h4 a {
  color: #449bef;
}

.overlay .scl-container #scl-login-view button#scl-user-login {
  display: inline-block;
  border-radius: 40px;
  padding: 14px 24px 16px;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  color: black;
  font-weight: 700;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  line-height: 1.3em;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  -webkit-appearance: none;
  background-color: #449bef;
  width: 100%;
}

.overlay .scl-container #scl-login-view button#scl-user-login:hover {
  background-color: #ffa300;
}

.overlay .scl-container #scl-form {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
}

.overlay .scl-container #scl-form.scl-display-none {
  display: none;
}

.overlay .scl-container #scl-form .scl-view {
  display: none;
}

.overlay .scl-container #scl-form #sc-validation-message-container p {
  color: red;
  margin-bottom: 5px;
}

.overlay .scl-container #scl-form button#scl-name-next.blue {
  background-color: #00a3e0;
}

.overlay .scl-container #scl-form .middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -150px;
}

.overlay .scl-container #scl-form .middle-content .image-title {
  margin: 20px 0;
}

.overlay .scl-container #scl-form .middle-content #instruction h3 {
  font-size: 34px;
  margin-bottom: 20px;
}

.overlay .scl-container #scl-form h4.scl-sign-in-headline {
  margin-top: 20px;
  font-size: 18px;
}

.overlay .scl-container #scl-form h4.scl-sign-in-headline a {
  color: #00a3e0;
}

.overlay .scl-container #sc-customer-creation-on-progress {
  margin: 40px auto;
}

.overlay .scl-container #sc-customer-creation-on-progress h4 {
  text-align: center;
  color: #01a3e0;
}

.overlay .scl-container #customer-creation-error {
  margin: 40px auto;
}

.overlay .scl-container #customer-creation-error h4 {
  text-align: center;
}

.overlay .scl-container #customer-creation-error h4.error-message a {
  color: red;
}

.overlay .scl-container #customer-creation-error h4.error-message a:hover {
  color: #01a3e0;
}

.overlay .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay .sc-clos-modal-btn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
}

.overlay .sc-clos-modal-btn:hover, .overlay .sc-clos-modal-btn:focus {
  color: #f1f1f1;
}

.sc-start-learning-front-facing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc-start-learning-front-facing select#sc_language {
  margin-bottom: 30px;
  width: 250px;
  padding: 10px;
  font-size: 18px;
  background: #01a3e0;
  border: 1px solid #017ead;
  color: #fff;
}

.sc-all-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-all-variations .sc-variation {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  border-radius: 5px;
}

.sc-all-variations .sc-variation.blue {
  background-color: #39a5df;
  /* For browsers that do not support gradients */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7bdcfd), to(#39a5df));
  background-image: linear-gradient(#7bdcfd, #39a5df);
}

.sc-all-variations .sc-variation.green {
  background-color: #41b99d;
  /* For browsers that do not support gradients */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46bfa6), to(#38b595));
  background-image: linear-gradient(#46bfa6, #38b595);
}

.sc-all-variations .sc-variation a.sc-variation-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
}

.sc-all-variations .sc-variation a.sc-variation-box-link > div {
  margin-bottom: 15px;
  font-weight: bold;
}

.sc-all-variations .sc-variation a.sc-variation-box-link .sc-variation-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.sc-all-variations .sc-variation a.sc-variation-box-link .sc-variation-free-period {
  font-size: 22px;
}

.sc-all-variations .sc-variation a.sc-variation-box-link .sc-variation-period-price {
  font-size: 18px;
  margin-bottom: 25px;
}

.sc-all-variations .sc-variation a.sc-variation-box-link .sc-variation-select-btn .button {
  background-color: #f8a228;
  color: #46290c;
  border-radius: 40px;
  font-size: 18px;
  padding: 12px 50px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (max-width: 920px) {
  .overlay .scl-container #scl-login-view {
    margin-top: 50px;
  }
  .overlay .scl-container #scl-form .middle-content {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=studycat-custom-checkout-flow.css.map */