@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Black.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.ttf");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Lato Heavy';
  src: url("../fonts/Lato-Heavy.ttf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Lato Heavy';
  src: url("../fonts/Lato-HeavyItalic.ttf");
  font-weight: 700;
  font-style: italic; }
body {
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.as-page {
  background-color: #FCEAD8;
  width: 100vw;
  height: 100vh;
  display: flex;
  font-family: Lato; }
  .as-page .content {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 50px;
    width: 40%;
    align-items: center;
    font-size: 20px;
    text-align: center;
    padding: 40px;
    left: 85px; }
    .as-page .content h3 {
      font-size: 48px;
      font-weight: 700;
      margin: 0;
      font-family: Lato Heavy; }
      .as-page .content h3 span {
        font-size: 52px;
        display: block;
        font-family: Lato; }
    .as-page .content p {
      font-family: Lato Heavy;
      font-style: italic;
      color: #CE0588;
      margin: 15px auto 10px; }
    .as-page .content .logo {
      width: 350px;
      margin-bottom: 20px; }
    .as-page .content .italic {
      font-style: italic; }
    .as-page .content .pink {
      color: #CE0588; }
    .as-page .content .form {
      display: flex;
      flex-direction: column; }
    .as-page .content .input-email {
      height: 45px;
      border-radius: 25px;
      border: 3px solid #CE0588;
      padding-left: 10px;
      margin: 0;
      width: 400px; }
    .as-page .content .btn-submit {
      cursor: pointer;
      height: 60px;
      border-radius: 35px;
      font-weight: 700;
      background: #CE0588;
      border: .1041666667vw solid #CE0588;
      text-transform: uppercase;
      font-size: 25px;
      color: #FFFFFF;
      width: 300px;
      margin: auto; }
  .as-page #errorMsg {
    position: relative;
    top: 4px;
    margin-top: 0; }
  .as-page .img {
    width: 85%;
    background: url(../images/bg.jpg);
    background-size: 147% auto;
    background-repeat: no-repeat;
    background-position: top right; }

@media (min-width: 1500px) {
  .as-page .content {
    font-size: 24px; }
    .as-page .content h3 {
      margin: 20px 0;
      font-size: 35px; }
    .as-page .content .input-email {
      margin-top: 20px;
      height: 45px;
      width: 500px; } }
@media (max-width: 867px) {
  .as-page {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end; }
    .as-page .img {
      width: 90% !important;
      height: 35%;
      background-size: 130% !important; }
    .as-page .btn-submit {
      margin: 10px auto 0 !important; }
    .as-page .content {
      padding: 0 !important;
      top: 0 !important;
      width: 90% !important;
      left: 0 !important; }
      .as-page .content .logo {
        width: 90% !important; }
      .as-page .content h3 {
        font-size: 22px !important; }
      .as-page .content .input-email {
        width: 95% !important; }
      .as-page .content #errorMsg {
        font-size: 16px;
        margin: 0; } }

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