.confirm {
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.6);
}
.confirm .Spinner {
  position: fixed;
  z-index: 999;
  left: 50%;
  text-align: center;
  top: 50%;
  z-index: 999999;
}
.confirm .confirmBg {
  background: #fff;
  padding: 28px;
  box-shadow: 0 0 2em -0.9em #000000;
}
.confirm .confirmBg h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
.confirm .confirmBg .loginContent {
  text-align: center;
  margin-bottom: 35px;
}
.confirm .confirmBg .loginContent p {
  font-size: 24px;
  color: #000;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
}
.confirm .confirmBg .agreementBox {
  height: 250px;
  width: 95%;
  overflow: auto;
  border: 1px solid #e5e5e5;
  background-color: #f7f6f6;
  padding: 3px 6px;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}
.confirm .confirmBg .loginLeft {
  text-align: left;
}
.confirm .confirmBg .loginLeft .heading {
  color: #e70033;
}
.confirm .confirmBg .loginLeft p {
  font-size: 24px;
  color: #000;
  line-height: 35px;
  font-weight: 500;
}
.confirm .confirmBg .loginLeft p span {
  margin-left: 8px;
  letter-spacing: 1px;
}
.confirm .confirmBg .loginLeft .txtDetails button {
  display: inline-block;
  background: #e70033;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  margin-bottom: 15px;
  word-break: break-word;
  white-space: normal;
  border: none;
  border-radius: 3px;
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease 0.1s;
}
.confirm .confirmBg .loginLeft .pdfLink {
  font-size: 18px;
  text-decoration: none;
}
.confirm .confirmBg .loginLeft .pdfLink img {
  display: inline-block;
  max-width: 55px;
  margin-right: 8px;
  height: auto;
}
.confirm .confirmBg .loginLeft .pdfLink a {
  color: #e70033;
}/*# sourceMappingURL=confirm.module.css.map */