body {
  overflow-y: auto;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #0D121A;
}

.information-box {
  position: absolute;
  border: 1px solid #E7E6E6;
  border-collapse: collapse;
  width: 150px;
  height: fit-content;
  top: 30px;
  left: 66vw;
}
.information-box div {
  display: flex;
  width: 100%;
  height: 50%;
}
.information-box div span {
  width: calc(100% - 20px);
  min-height: calc(100% - 20px);
  padding: 10px;
}
.information-box .detail {
  font-weight: bold;
}
.information-box .delimiter {
  display: flex;
  width: 80%;
  margin: 0 10%;
  border-bottom: 1px solid #E7E6E6;
}

.formSummaryBox {
  font: normal normal normal 14px/1.4em avenir-lt-w01_85-heavy1475544, sans-serif;
  display: inline-block;
  background-color: #FFFFFF;
  border: rgba(45, 45, 45, 0.2) solid 1px;
  color: #0D121A;
  word-wrap: break-word;
  box-sizing: border-box;
  padding: 20px;
  right: 340px;
  position: absolute;
  max-width: 200px;
}
.formSummaryBox .boxRapper .boxRapperFlex {
  width: 100%;
}
.formSummaryBox .boxRapper .boxRapperFlex .formSummaryTitle {
  font-size: 20px;
  line-height: 1.4;
}
.formSummaryBox .boxRapper .boxRapperFlex .formSummaryDivider {
  margin: 20px 0;
  height: 1px;
  opacity: 0.1;
  background-color: #0D121A;
}
.formSummaryBox .boxRapper .boxRapperFlex .formSummaryBody {
  line-height: 1.4;
  opacity: 0.8;
}

@media only screen and (max-width: 1500px) {
  .formSummaryBox {
    position: relative;
    right: 0;
  }
}
@media only screen and (min-width: 5000px) {
  .formSummaryBox {
    right: 0;
  }
}

/*# sourceMappingURL=registration-page-stylesheet.css.map */
