.div-block {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/AdobeStock_670378717.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image {
  width: 50%;
}

.div-block-3 {
  text-align: center;
  margin-bottom: 5vh;
}

.div-block-145 {
  z-index: 1000;
  position: fixed;
  inset: auto 0% 10px;
}

.div-block-80 {
  text-align: center;
  padding-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-5.foots {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image {
    width: 65%;
  }

  .div-block-3 {
    margin-bottom: 0;
  }

  .paragraph-5 {
    text-align: left;
  }

  .paragraph-5.foots {
    color: #fff;
    font-size: .75rem;
    line-height: 1.35rem;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    padding-bottom: 0;
  }

  .image {
    width: 75%;
    padding-bottom: 5vh;
  }

  .div-block-3 {
    margin-bottom: 0;
  }

  .paragraph-5.foots {
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 95%;
  }

  .paragraph-5 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-5.foots {
    color: #fff;
    text-align: center;
    font-size: .75rem;
    line-height: 1.35rem;
  }
}


