@font-face {
  font-family: "Montserrat";
  font-weight: "normal";
  src: url(../fonts/ElevanceSans/ElevanceSans-Light.otf) format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url(../fonts/ElevanceSans/ElevanceSans-Semibold.otf) format("truetype");
}
@font-face {
  font-family: "LatoRegular";
  font-weight: "normal";
  src: url(../fonts/ElevanceSans/ElevanceSans-Regular.otf) format("truetype");
}
@font-face {
  font-family: "LatoBold";
  font-weight: "bold";
  src: url(../fonts/ElevanceSans/ElevanceSans-Semibold.otf) format("truetype");
}
.maintenance {
  height: 100%;
}

.maintenance .background-image {
  position: fixed;
  background-image: url(../images/background-image.jpg?v=@@buildHash);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: 50% 50%;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.maintenance .card {
  padding: 48px;
  width: 600px;
  height: 260px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11.914%;
  background-color: #e5f3f9;
  color: #333333;
}

.maintenance .card .container-fluid {
  padding: 0;
  width: 100%;
  height: 100%;
}

.maintenance .row-line {
  margin: 0;
}

.maintenance .row-line .col {
  padding: 0;
}

.maintenance .header-line,
.maintenance .line-one {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #231E33;
}

.maintenance .header-line {
  text-align: left;
  height: 50px;
  font-family: LatoBold;
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
}

.maintenance .line-one {
  margin-top: 60px;
  height: 44px;
  font-family: LatoRegular;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {
  /* High Res Support */
  /*2x*/
  /*3x */
}
@media only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 5/4), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 1024px) and (min-resolution: 1.25dppx) {
  .maintenance .background-image {
    background-image: url(../images/background-image@2x.jpg?v=@@buildHash);
  }
}
@media only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 9/4), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 9/4), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2.25), only screen and (min-width: 1024px) and (min-resolution: 2.25dppx) {
  .maintenance .background-image {
    background-image: url(../images/background-image@3x.jpg?v=@@buildHash);
  }
}
@media only screen and (max-width: 823px) {
  .maintenance .background-image {
    background-image: url(../images/backgroundImage-mobile.jpg?v=@@buildHash);
    background-attachment: scroll;
  }

  /* High Res Support */
  /*2x*/
  /*3x */
}
@media only screen and (max-width: 823px) and (min--moz-device-pixel-ratio: 5/4), only screen and (max-width: 823px) and (-o-min-device-pixel-ratio: 5/4), only screen and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 823px) and (min-device-pixel-ratio: 1.25), only screen and (max-width: 823px) and (min-resolution: 1.25dppx) {
  .maintenance .background-image {
    background-image: url(../images/backgroundImage-mobile@2x.jpg?v=@@buildHash);
  }
}
@media only screen and (max-width: 823px) and (min--moz-device-pixel-ratio: 9/4), only screen and (max-width: 823px) and (-o-min-device-pixel-ratio: 9/4), only screen and (max-width: 823px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (max-width: 823px) and (min-device-pixel-ratio: 2.25), only screen and (max-width: 823px) and (min-resolution: 2.25dppx) {
  .maintenance .background-image {
    background-image: url(../images/backgroundImage-mobile@3x.jpg?v=@@buildHash);
  }
}
@media only screen and (max-width: 823px) {
  .maintenance .card {
    height: 355px;
    position: absolute;
    padding: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1%;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 1024px) {
  .member-login .header-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 415px) {
  .maintenance .background-image {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }

  .maintenance .card {
    left: 4%;
    /* height: 53.22%; */
    width: 92%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px;
    margin-top: 0;
    margin-left: 0;
  }

  .maintenance .header-line {
    /* height: 27.464%; */
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .maintenance .line-one {
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    margin-top: 50px;
  }

}
@media only screen and (min-width: 415px) and (max-width: 700px) {
.maintenance .card {
    height: 355px;
    position: absolute;
    padding: 40px;
    max-width: 340px;
    margin: auto;
}
.maintenance .header-line  {
  line-height: 36px;
  font-size: 28px;
}
}