body {
  background: url(../images/bg.jpg) no-repeat center bottom #F7DFCC;
  min-height: 100vh;
  background-size: contain;
}

.headBg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

header {
  position: relative;
  padding: 15px 0 40px;
  min-height: 136px;
}
header .logo {
  position: relative;
}
header ::after {
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.content {
  padding: 40px 0 10px;
  background: #F7DFCC;
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #DEC8B7;
  border-top: 1px solid #BCAA9B;
}
.footer .footerLink {
  color: #5B416E;
  font-weight: 500;
  font-size: 15px;
}
.footer .footerLink a {
  padding: 10px 5px;
  display: inline-block;
  color: #5B416E;
}

.noBg {
  background: none;
}

@media (max-width: 400px) {
  .acknowledgement {
    font-size: 14px;
  }
  .claimBox {
    padding: 35px 15px;
  }
  body {
    font-size: 14px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .content {
    padding: 20px 0 10px;
  }
  .title {
    margin-bottom: 20px;
  }
  header {
    padding: 10px 0 30px;
  }
  .form-control {
    height: 52px;
  }
  .submit {
    width: 70px;
    height: 76px;
    background-size: cover;
  }
  .title h2 {
    font-size: 22px;
  }
  .titleIcon img {
    height: 44px;
  }
}/*# sourceMappingURL=styleMob.css.map */