@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
@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: 'Open Sans';
  font-weight: 500;
  background-color: #FFF8F8; }

.logo {
  width: 250px;
  text-align: center;
  margin-top: 25px;
  margin-left: 25%; }

.as-page {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .as-page .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    align-items: center;
    font-size: 20px;
    text-align: center;
    margin-top: 5%;
    margin-left: -20%; }
    .as-page .content h3 {
      line-height: 1;
      font-size: 35px;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #FFFFFF;
      text-shadow: 0px 3px 6px #00000033;
      text-transform: uppercase; }
      .as-page .content h3 span {
        display: block;
        font-size: 45px; }
    .as-page .content p {
      text-transform: uppercase;
      color: #ffffff;
      margin: 15px auto 10px; }
    .as-page .content .form {
      display: block;
      flex-direction: column;
      width: 90%;
      text-align: center; }
    .as-page .content .input-email {
      height: 38px;
      border: 1px solid #707070;
      box-shadow: 0px 3px 6px #00000029;
      padding-left: 10px;
      margin: 10px 0 0;
      position: relative;
      top: -8px;
      width: 300px;
      border-radius: 22px; }
    .as-page .content ::placeholder {
      text-align: center; }
    .as-page .content .btn-submit {
      cursor: pointer;
      height: 40px;
      font-weight: 700;
      border-radius: 22px;
      background: #FF0006;
      border: .1041666667vw solid #B1718A;
      box-shadow: 0px 3px 6px #00000029;
      text-transform: uppercase;
      font-size: 18px;
      color: #FFFFFF;
      width: 200px;
      position: relative;
      top: -25px; }
  .as-page #errorMsg {
    top: -23px;
    margin-top: 0;
    color: #FFFFFF;
    text-transform: none;
    font-weight: 500;
    font-size: 12px;
    position: relative; }
  .as-page .img {
    width: 85%;
    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; } }
@media (max-width: 867px) {
  .logo {
    width: 90% !important;
    left: 0 !important;
    margin: 0 !important; }

  .as-page {
    align-items: center;
    justify-content: flex-end;
    background-position: top;
    background-size: cover; }
    .as-page .img {
      width: 85% !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;
      align-items: center !important;
      margin: 0 auto 0; }
      .as-page .content h3 {
        font-size: 25px !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 */
