.back-system {
  position: relative;
  width: auto;
  height: auto;
}
.back-system a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: -0.05em;
  color: #444444;
  border: 1px solid;
  border-radius: 2px;
  line-height: 40px;
  height: auto;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.4s ease;
  top: 50px;
  margin-top: 50px;
  position: relative;
  left: 0;
}
.back-system a:hover {
  left: -10px;
  color: black;
}

.btn-link-custom {
  background-color: transparent !important;
  color: #000 !important;
  text-decoration: underline !important;
  padding: 0 !important;
}

.page-template-page-request-restricted-documents h1,
.page-template-page-request-restricted-documents .description {
  margin-bottom: 25px;
  text-align: center;
}

.page-template-page-review-your-order h1 {
  text-align: center;
}

.order-form .form-text {
  text-align: center;
}
.order-form .order-detail {
  display: flex;
  justify-content: center;
}
.order-form .order-detail div {
  display: inline-flex;
  flex-direction: column;
}
.order-form #review-order-form {
  text-align: center;
}
.order-form #review-order-form input[type=text],
.order-form #review-order-form input[type=email] {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}
.order-form #review-order-form .two-fields input {
  float: left;
  width: 48%;
}
.order-form #review-order-form .two-fields input:nth-of-type(2) {
  margin-left: 4%;
}
.order-form #review-order-form .field-wrapper {
  max-width: 66%;
  margin: 0 auto;
  padding: 10px 0;
  clear: both;
}
.order-form #review-order-form .field-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.order-form #review-order-form .g-recaptcha {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
