:root {

  /* Form */

  /* Button */

  /* Signup Page */

  /* Modal */
}
:root {

  /* All z-index values must be added here */  
}
.container___2n8a9 {
  padding: 18px 10px 28px;
}
@media (min-width: 768px) {
  .container___2n8a9 {
    max-height: 474px;
  }
}
.button-container___o0DaE {
  position: relative;
}
.wrapper___3X-8T {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  color: #000;
}
.button___2aPim {
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .button___2aPim {
    top: -36px;
    right: -10px;
  }
}
.content___2Tob7 {
  padding: 0 15px;
}
.title___2kLfv {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .title___2kLfv {
    font-size: 24px;
    font-weight: 600;
  }
}
.description___1bNpo {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .description___1bNpo {
    font-size: 16px;
    font-weight: 500;
  }
}
.social-login___1Gp-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 95%;
  max-width: 256px;
  margin: 1em;
}
@media (min-width: 768px) {
  .social-login___1Gp-y {
    width: 100%;
    max-width: 340px;
    margin-bottom: 42px;
  }
  .social-login___1Gp-y button {
    margin: 0 10px;
  }
}
.actions___1O_Mi {
  margin: 0 auto;
  width: 256px;
}
@media (min-width: 768px) {
  .actions___1O_Mi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.login___89Qka {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .login___89Qka {
    font-size: 14px;
    font-weight: 600;
  }
}
.login___89Qka .link___1RRf2 {
  color: #000;
  text-decoration: none;
}
.login___89Qka .link___1RRf2:hover {
  text-decoration: underline;
}
.conditions___30KEY {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .conditions___30KEY {
    font-size: 14px;
    font-weight: 500;
  }
}
.conditions___30KEY .conditions-link___3gEoN {
  color: #d70056;
  text-decoration: none;
  margin-left: 5px;
}
.conditions___30KEY .conditions-link___3gEoN:hover {
  text-decoration: underline;
}
.arrow___QfSoF {
  height: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

:root {

  /* Form */

  /* Button */

  /* Signup Page */

  /* Modal */
}
:root {

  /* All z-index values must be added here */  
}
/* modal content */
.signup-portal___2FszJ {
  position: absolute;
  top: 12px;
  left: 6px;
  right: 6px;
  bottom: 12px;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, .16);
  background: #fff;
  padding: 12px;
  outline: none;
  opacity: 0;
  max-height: 580px;
}
@media (min-width: 768px) {
  .signup-portal___2FszJ {
    top: 30%;
    left: 50%;
    bottom: auto;
    width: 75vw;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    max-width: 550px;
  }
}
@media (min-width: 768px) and (max-height: 600px) {
  .signup-portal___2FszJ {
    top: 12px;
    left: 50%;
    bottom: 12px;
    width: 75vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.signup-portal-after-open___1KYuV {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.signup-portal-before-close___2k7Bw {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* full page background */
.portal-overlay___3zeIH {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100;
  opacity: 0;
}
.portal-overlay-after-open___Slg-3 {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.portal-overlay-before-close___1X1yl {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.skip___1DN22 {
  text-align: right;
}

/* using translate3d because IE and EDGE don't support will-change property */
.slide-up-overlay-enter___UoFiI {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.slide-up-overlay-enter-active___Q9I4T {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slide-up-overlay-exit-active___3VniP {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
:root {

  /* Form */

  /* Button */

  /* Signup Page */

  /* Modal */
}
:root {

  /* All z-index values must be added here */  
}
.root___1uQ1x {
  position: relative;
}
.show-btn___2sA-X {
  position: absolute;
  bottom: 30px;
  right: 12px;
  width: 20px;
  cursor: pointer;
}
.icon___3EYdZ path {
  fill: #000;
}
.input-element___2KAq8 {
  line-height: 20px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 2px solid #bababa;
  padding: 23px 0 10px 10px;
  color: #000;
  background: #f9f9f9;
  outline: none;
  font-weight: 100
}
.input-element___2KAq8 ::-ms-clear {
  display: none;
}
.input-element___2KAq8.is-active___3ERqh {
  border-bottom: 2px solid #16afaa;
}
.input-element___2KAq8.error___31DSS {
  border-bottom: 2px solid #f00;
}
.root___1uQ1x.is-active___3ERqh {
  border-bottom: 2px solid #16afaa;
}
.root___1uQ1x.error___31DSS {
  border-bottom: 2px solid #f00;
}

:root {

  /* Form */

  /* Button */

  /* Signup Page */

  /* Modal */
}
:root {

  /* All z-index values must be added here */  
}
.container___2h4wd {
  padding: 48px 10px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container___2h4wd {
    width: 394px;
  }
}
.content___DKtEA {
  padding: 0 15px;
}
.title___3scxi {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .title___3scxi {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 23px;
  }
}
.description___3uSpi {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .description___3uSpi {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
  }
}
.form___M20CY button,
.returnBtn___1410X button {
  width: 100%;
}
@media (min-width: 768px) {
  .form___M20CY button,
.returnBtn___1410X button {
    max-width: 392px;
  }
}
.conditions___3iVcG {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 27px
}
.conditions___3iVcG .conditions-link___1rJRc {
  color: #d70056;
  text-decoration: none;
  margin-left: 5px;
}
.conditions___3iVcG .conditions-link___1rJRc:hover {
  text-decoration: underline;
}

:root {

  /* Form */

  /* Button */

  /* Signup Page */

  /* Modal */
}
:root {

  /* All z-index values must be added here */  
}
.section___4WtIq {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 10px;
  height: auto;
  width: 100vw;
  z-index: 11;
  color: #000;
  background: #fff;
}
@media (min-width: 768px) {
  .section___4WtIq {
    max-width: 553px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, .16);
  }
}
.content___MyZTC {
  padding: 0 15px;
}
.title___tedOz {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .title___tedOz {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 23px;
  }
}
.description___1e-5D {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .description___1e-5D {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
  }
}
.form-container___NDHf_ {
  width: 100%;
}
@media (min-width: 768px) {
  .form-container___NDHf_ {
    width: 394px;
  }
}
.form___3M6pK {
  width: 100%;
}
.form___3M6pK button,
.returnBtn___1WxRb button {
  width: 100%;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .form___3M6pK button,
.returnBtn___1WxRb button {
    width: 392px;
  }
}

