.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;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30%;
}

.image {
  display: block;
}

.image-2 {
  background-color: #000000f7;
  display: block;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/EPW_MaintenancePageBGImage_2.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100vh;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: static;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.image-3 {
  vertical-align: baseline;
  max-width: 100%;
  display: block;
  position: absolute;
}

.section-2 {
  position: static;
}

.glass-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  text-shadow: 0 0 1px #0003;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ffffff1a;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 800px;
  padding: 40px 32px;
  display: flex;
  position: static;
  box-shadow: 0 8px 15px 20px #0003;
}

.heading-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-4 {
  max-width: 70%;
}

.heading-3 {
  color: #c5c5c5;
  text-align: center;
  letter-spacing: .5px;
  font-family: Orbitron, sans-serif;
  font-size: 35px;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .glass-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-4 {
    width: auto;
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 50%;
    background-size: cover;
  }

  .image-4 {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-attachment: fixed;
  }

  .glass-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-4 {
    max-width: 150%;
  }

  .paragraph {
    color: #000;
    font-weight: 700;
  }
}


