html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(../images/bg-desktop.svg);
  background-color: #674baf;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

html body {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 0;
  margin: auto;
}

html body .container {
  width: auto;
  height: 95%;
  padding: 0% 5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin: auto;
  margin-bottom: 0;
}

html body .container .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 80%;
  height: 85%;
}

html body .container .col-left .logo {
  max-width: 200px;
  margin: 0;
  padding: 0 0 1.5rem 0;
  position: relative;
  top: 0;
}

html body .container .col-left .center {
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 0;
}

html body .container .col-left .center .illustration {
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .container .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 50%;
  height: 100%;
  color: #ffffff;
}

html body .container .col-right .center {
  width: 100%;
  height: auto;
  padding: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto 0 0 auto;
}

html body .container .col-right .center .content {
  padding: 5%;
  padding-right: 0;
}

html body .container .col-right .center .content h1 {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2vmax;
}

html body .container .col-right .center .content p {
  width: auto;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 12.5pt;
  margin-bottom: 2rem;
}

html body .container .col-right .center .content .regBtn {
  font-family: "Open Sans", sans-serif;
  width: 80%;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  color: #674baf;
  padding: 1.1rem 4.5rem;
  border-radius: 25px;
  border-color: none;
  border-style: none;
  -webkit-box-shadow: 3px 7px 10px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 3px 7px 10px 0px rgba(0, 0, 0, 0.33);
}

html body .container .col-right .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto 0 0 auto;
  width: 100%;
}

html body .container .col-right .social-media-icons .fab {
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

html body footer {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
}

html body footer .attribution {
  padding: 0;
  margin: 0;
}

html body footer .attribution a {
  color: #ffffff;
  text-decoration: none;
}

html body footer .attribution a:hover {
  color: #ffc7dc;
}

@media screen and (max-width: 375px), (max-width: 640px), (max-width: 800px) {
  html {
    background: url(../images/bg-mobile.svg);
    background-color: #674baf;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }
  html body {
    height: auto;
  }
  html body .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 0 2em;
  }
  html body .container .col-left {
    width: 100%;
    height: 100%;
  }
  html body .container .col-left .logo {
    max-width: 125px;
    padding-top: 2rem;
  }
  html body .container .col-left .center {
    width: 100%;
    padding: 2.5rem 0 2rem 0;
    text-align: center;
  }
  html body .container .col-left .center .illustration {
    max-width: 50vmax;
    margin: auto;
  }
  html body .container .col-right {
    width: 100%;
    height: 100%;
  }
  html body .container .col-right .center {
    text-align: center;
  }
  html body .container .col-right .center .content {
    padding: 0%;
  }
  html body .container .col-right .center .content h1 {
    font-size: 1.4rem;
    margin: 1rem auto;
  }
  html body .container .col-right .center .content p {
    margin: 2rem auto;
    width: auto;
    max-width: 55vmax;
    line-height: 1.5;
    font-size: 12.5pt;
  }
  html body .container .col-right .social-media-icons {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem auto;
    margin-bottom: 0;
  }
  html body .container .col-right .social-media-icons .fab {
    margin: 5px;
  }
  html body footer {
    padding: 1rem;
    font-size: 10pt;
  }
}
/*# sourceMappingURL=styles.css.map */