.register-form {
  width: 1000px;
  margin: 0 auto;
}
.register-form .gform_heading {
  display: none;
}
.register-form__title {
  font-size: 32px;
  line-height: 32px;
  color: #466da0;
  text-align: center;
  margin-bottom: 20px;
}
.register-form__title .heading-line {
  margin-top: 10px;
}
@media (min-width: 1100px) {
  .register-form__title {
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 54px;
    line-height: 68px;
  }
}
.register-form__content {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #001f37;
  margin-bottom: 35px;
}
.register-form__steps {
  display: flex;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 10px auto;
  justify-content: space-between;
  position: relative;
  height: 52px;
  align-items: center;
}
.register-form__steps:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #cfd6dc;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1099.98px) {
  .register-form__steps:before {
    left: calc(33% - 40px);
    right: calc(33% - 40px);
    top: 11px;
  }
}
.register-form__step {
  display: flex;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #001f37;
  position: relative;
  background: #fff;
  padding: 0 10px;
}
.register-form__step--active .register-form__step-indicator {
  border-color: #002e51;
}
.register-form__step--active .register-form__step-indicator:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #002e51;
  border-radius: 100%;
}
.register-form__step-info {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #001f37;
  margin-bottom: 35px;
}
@media (max-width: 1099.98px) {
  .register-form__step {
    flex: 0 0 33.3333%;
    display: block;
    text-align: center;
    background: transparent;
  }
}
.register-form__step-indicator {
  flex: 0 0 20px;
  display: flex;
  max-width: 20px;
  height: 20px;
  border: 1px solid #cfd6dc;
  background: rgba(171, 183, 194, 0.1019607843);
  border-radius: 100%;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1099.98px) {
  .register-form__step-indicator {
    margin: 0px auto 10px auto;
    outline: 10px solid #fff;
    background: #fff;
  }
}
.register-form__form {
  border: 1px solid #d9d9d9;
  padding: 24px 24px 48px 24px;
}
.register-form .create-registry-btn {
  width: 400px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1024px) {
  .register-form {
    width: 100%;
    padding: 0 20px;
  }
}

.heading-line {
  display: flex;
  justify-content: center;
}

.registry-list__empty {
  text-align: center;
  width: 500px;
  margin: 50px auto 50px auto;
}
.registry-list__empty h3 {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #001f37;
  margin: 0 0 10px 0;
}
.registry-list__empty p {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1b;
}
.registry-list__actions {
  text-align: center;
}
.registry-list .btn-primary {
  display: inline-flex;
  align-items: center;
}

/*# sourceMappingURL=registry-form.css.map*/