@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-Bold.ttf");
  font-weight: 700; }
@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-ExtraBold.ttf");
  font-weight: 900; }
@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-Medium.ttf");
  font-weight: 500; }
@font-face {
  font-family: 'Baloo Tamma 2';
  src: url("../fonts/BalooTamma2-SemiBold.ttf");
  font-weight: 600; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: 500;
  font-style: normal; }
body {
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Baloo Tamma 2', cursive;
  font-weight: 500;
  background-color: #FFF8F8; }

.logo {
  width: 350px;
  top: 20px;
  text-align: center;
  position: relative;
  left: 50%;
  transform:translateX(-50%);
}

.as-page {
  width: 100vw;
  height: 100vh;
  display: flex; }
  .as-page .content {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 50px;
    width: 40%;
    align-items: flex-start;
    font-size: 20px;
    text-align: center;
    padding: 40px;
    left: 85px; }
    .as-page .content h3 {
      font-size: 60px;
      font-weight: 500;
      text-align: left;
      margin: 0;
      font-family: 'Baloo Tamma 2', cursive;
      line-height: 0.5;
      color: #707070; }
      .as-page .content h3 span {
        line-height: 0.4;
        display: block; }
      .as-page .content h3 .bold {
        font-size: 62px;
        display: inline;
        font-weight: 700;
        line-height: 1; }
      .as-page .content h3 img {
        display: inline;
        width: 60px;
        position: relative;
        top: 10px;
        left: -5px; }
      .as-page .content h3 .semibold {
        font-weight: 600;
        line-height: 1; }
    .as-page .content p {
      font-family: 'Baloo Tamma 2', cursive;
      font-style: italic;
      color: #FFA0ED;
      margin: 15px auto 10px; }
    .as-page .content .italic {
      font-style: italic; }
    .as-page .content .bold {
      color: #FFA0ED;
      font-family: 'Baloo Tamma 2', cursive;
      font-weight: 700; }
    .as-page .content .form {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
      width: 90%; }
    .as-page .content .input-email {
      height: 31px;
      border-radius: 25px;
      border: 1px solid #FFA0ED;
      padding-left: 10px;
      margin: 0;
      width: 300px; }
    .as-page .content ::placeholder {
      text-align: center; }
    .as-page .content .btn-submit {
      cursor: pointer;
      height: 90px;
      border-radius: 61px;
      font-weight: 700;
      background: #FFA0ED;
      border: .1041666667vw solid #FFA0ED;
      text-transform: uppercase;
      font-size: 18px;
      color: #FFFFFF;
      width: 90px;
      margin: 0 33%; }
  .as-page #errorMsg {
    position: relative;
    top: 4px;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 14px; }
  .as-page .img {
    width: 85%;
    background: url(../images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 20px; }

@media (min-width: 1500px) {
  .as-page .content {
    font-size: 24px; }
    .as-page .content h3 {
      margin: 20px 0;
      font-size: 60px !important; }
      .as-page .content h3 span {
        font-size: 65px !important; }
    .as-page .content .form {
      width: 80%; }
    .as-page .content .input-email {
      margin-top: 20px;
      height: 45px;
      width: auto; } }
@media (max-width: 867px) {
  .logo {
    width: 90% !important; }

  .as-page {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end; }
    .as-page .img {
      width: 85% !important;
      height: 35%; }
    .as-page .btn-submit {
      margin: 10px auto 0 !important; }
    .as-page .content {
      padding: 0 !important;
      top: 0 !important;
      width: 90% !important;
      left: 0 !important;
      align-items: center !important; }
      .as-page .content h3 {
        font-size: 35px !important;
        text-align: center !important;
        margin-top: 30px !important; }
        .as-page .content h3 .bold {
          font-size: 40px; }
        .as-page .content h3 img {
          width: 40px; }
      .as-page .content .input-email {
        width: 95% !important; }
      .as-page .content #errorMsg {
        font-size: 16px;
        margin: 0; } }

/*# sourceMappingURL=style.css.map */
