.flex-full-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.full-reg-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  min-height: 765px;
  min-width: 500px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6E69D1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C637B7), color-stop(80%, #6E69D1));
  background-image: linear-gradient(180deg, #C637B7, #6E69D1 80%);
}

.full-page-logo {
  position: absolute;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  width: 140px;
}

.flex-full-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 212px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.full-reg-logo-icon {
  width: 120px;
  margin-bottom: 22px;
}

.full-reg-header {
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.25rem !important;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.full-benefits-header {
  margin-bottom: 25px;
  opacity: 0.8;
}

.flex-container.full-reg-content-container {
  width: 100%;
  max-width: 640px;
}

.full-page-benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-container.above-stat {
  width: 45px;
  height: 45px;
  margin-bottom: 17px;
}

.full-stat {
  position: relative;
  font-family: Panton, sans-serif;
  font-size: 56px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
}

.stat-symbol {
  position: absolute;
  top: 10px;
  display: inline-block;
  opacity: 0.75;
  font-size: 22px;
  line-height: 0%;
  font-weight: 600;
}

.flex-bottom-content-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e1b4a;
  text-align: center;
}

.flex-bottom-aligner {
  padding: 35px 25px 45px;
}

.reg-bottom-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid solid none;
  border-width: 10px;
  border-color: #6E69D1 transparent;
}

.reg-logos-header {
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 1px none #fff;
  opacity: 0.75;
  color: #fff;
}

.reg-logos {
  width: 100%;
  max-width: 520px;
}

.flex-full-two-thirds {
  width: 66.666%;
}

.flex-full-two-thirds.full-reg-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-reg-form-container {
  text-align: center;
  max-width: 500px
}

.scrolling-form .full-reg-form-container .full-reg-form-header {
  margin-bottom: 20px;
  margin-top: 0;
}

.scrolling-form .full-reg-form-container .privacy-statement {
  margin-bottom: 5px;
}

.reg-mobile-logo {
  display: none;
}

.full-reg-form-header {
  margin-top: 5px;
  font-family: Panton,Trebuchet MS,sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #6e69d1;
  background: #6e69d1;
  background: -moz-linear-gradient(60deg,rgba(110,105,209,1) 0%,rgba(232,79,217,1) 100%);
  background: -webkit-linear-gradient( 
    60deg
    ,rgba(110,105,209,1) 0%,rgba(198,55,183,1) 100%);
  background: linear-gradient( 
    60deg
    ,rgba(110,105,209,1) 0%,rgba(198,55,183,1) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 150%;
  display: block;
}

.hero-form-container.registration-container .privacy-statement {
  margin: 0 0 30px 0;
  padding: 0 15px;
}

.scrolling-form .full-reg-form-container .privacy-statement {
  margin-bottom: 5px;
}

.auth-options {
  padding: 20px;
}

.scrolling-form .auth-options {
  padding: 20px 20px 0 20px;
}
.external .auth-options {
  background: #f4f5f6;
}

.auth-options.error {
  background: #6E69D1;
}

.auth-options.error span {
  color: #ffffff;
}

.auth-error-msg {
  display: none;
  color: #ffffff;
  padding: 15px 0;
  font-size: 1rem;
  line-height: 160%
}

.auth-options.error .auth-error-msg {
  display: block;
}

.auth-options span {
  display: block;
  color: #444E61;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  margin: 0 0 9px 0;
  line-height: 100%;
}

.button.secondary-button.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 7px;
  padding: 6px 18px;
  text-transform: none;
  letter-spacing: 0.025rem;
}

.auth-button:before {
  height: 20px;
  width: 20px;
  background-size: contain;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  filter: grayscale(1);
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.auth-button:hover:before {
  filter: grayscale(0);
  opacity: 1;
}

.auth-google:before {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/3937956/website-update-03NOV2020/icon-google02.svg);
  opacity: 0.6;
}

.auth-github:before {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/3937956/website-update-03NOV2020/icon-github.svg);
  opacity: 0.4;
}

.full-page-sign-in {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
}

.scrolling-reg-content .full-page-sign-in {
  color: #ffffff;
}

.full-page-sign-in-link {
  color: #C637B7;
}

.scrolling-reg-content .full-page-sign-in-link {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
   .flex-full-page {
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
   -webkit-flex-direction: column-reverse;
   -ms-flex-direction: column-reverse;
   flex-direction: column-reverse;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: center;
  }

  .full-reg-content {
    min-height: 0;
    min-width: 0;
    width: 100%;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C637B7), color-stop(60%, #6E69D1));
    background-image: linear-gradient(180deg, #C637B7, #6E69D1 60%);
  }

  .full-page-logo {
    display: none;
  }

  .flex-full-content-container {
    margin-bottom: 50px;
  }

  .full-reg-logo-icon {
    display: none;
  }

   .flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

 .flex-bottom-content-container {
    position: relative;
    width: 100%;
  }

  .flex-full-two-thirds.full-reg-form {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 75px;
  }
  .flex-full-content-container {
    margin-bottom: 50px;
  }

  .reg-mobile-logo {
    display: inline-block;
    width: 150px;
    margin-bottom: 20px;
  }

  .full-page-sign-in {
    display: none;
  }

  .full-page-sign-in span { 
    display: inline-block;
  }

  .full-page-sign-in {
    left: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .full-reg-content, .full-page-sign-in {
    display: none;
  }

  .flex-full-two-thirds.full-reg-form {
    padding-top: 35px;
  }

  .reg-mobile-logo {
    height: 45px;
  }

  .full-reg-content, .full-page-sign-in {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .full-page-benefit {
    margin: 20px 0;
    width: 100%;
  }

.flex-bottom-content-container {
    display: none;
  }

    .button.secondary-button.auth-button {
    width: 100%;
  }
}
*/


.flex-bottom-content-container {
  background-color: rgba(30,27,84, 0.75);
  background-blend-mode: multiply;
}
.full-reg-content {
  min-width: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C637B7), color-stop(70%, #6E69D1));
  background-image: linear-gradient(200deg, #C637B7, #6E69D1 70%);
}
.flex-full-page {
  font-size: 18px;
}
.full-reg-header {
  margin-bottom: 5px
}
.full-benefits-header {
  margin-bottom: 30px;
}
.full-page-benefit {
  min-width: 180px;
}
.full-reg-logo-icon {
  width: 100px;
}
.full-stat {
  font-size: 50px;
}
.stat-label {
  font-size: 14px;
}
.icon-container.above-stat {
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    mix-blend-mode: hard-light;
    opacity: 0.75;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(30,27,84,0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(30,27,84,0.15);
    box-shadow: 0px 3px 3px 0px rgba(30,27,84,0.25);
}
.icon-container.above-stat .icon.medium {
  width: 22px;
  height: 22px;
}
.stat-symbol {
  font-size: 20px;
}