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

.as-page {
  background: url(../images/bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end; }
  .as-page .content {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    font-size: 20px;
    text-align: center;
    margin-top: 35px; }
    .as-page .content h3 {
      font-size: 25px;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #3F3F3F;
      text-transform: uppercase; }
    .as-page .content p {
      font-style: italic;
      color: #B1718A;
      margin: 15px auto 10px; }
    .as-page .content .logo {
      width: 350px;
      text-align: center;
      margin-bottom: 25px; }
    .as-page .content .form {
      display: block;
      flex-direction: column;
      width: 90%;
      text-align: center; }
    .as-page .content .input-email {
      height: 31px;
      border: 1px solid #707070;
      box-shadow: 0px 3px 6px #00000029;
      padding-left: 10px;
      margin: 0;
      width: 300px; }
    .as-page .content ::placeholder {
      text-align: center; }
    .as-page .content .btn-submit {
      font-family: 'Times';
      cursor: pointer;
      height: 40px;
      font-weight: 700;
      background: #B1718A;
      border: .1041666667vw solid #B1718A;
      box-shadow: 0px 3px 6px #00000029;
      text-transform: uppercase;
      font-size: 18px;
      color: #FFFFFF;
      width: 200px; }
  .as-page #errorMsg {
    position: relative;
    top: 4px;
    margin-top: 0; }
  .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; }
    .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: 21% 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 */
