@media only screen and (min-width: 1366px) {
  .asset-recovery-form > .container {
    max-width: 1196px;
  }
}
.asset-recovery-form .heading {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 390px) {
  .asset-recovery-form .heading {
    margin-bottom: calc(30px + 20 * (100vw - 390px) / 1050) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .asset-recovery-form .heading {
    margin-bottom: 50px !important;
  }
}
.asset-recovery-form .left {
  width: 100%;
  min-height: 300px;
  border: 1px solid #d0d3d9;
  border-radius: 10px;
  padding: 25px;
}
@media only screen and (min-width: 390px) {
  .asset-recovery-form .left {
    padding: calc(25px + 19 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .asset-recovery-form .left {
    padding: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .asset-recovery-form .left {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .asset-recovery-form .left {
    width: 38.3%;
    min-width: 582px;
  }
}
@media only screen and (max-width: 380px) {
  .asset-recovery-form .left {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}
.asset-recovery-form .left .form-title {
  margin-bottom: 30px !important;
}
.asset-recovery-form .left .gform_footer {
  margin: 26px 0 0 !important;
}
@media only screen and (min-width: 1200px) {
  .asset-recovery-form .left .gform_footer {
    justify-content: flex-end !important;
    margin: -64px 0 0 auto !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.asset-recovery-form .right {
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
}
@media only screen and (min-width: 390px) {
  .asset-recovery-form .right {
    margin-top: calc(25px + -15 * (100vw - 390px) / 602);
  }
}
@media only screen and (min-width: 992px) {
  .asset-recovery-form .right {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 390px) {
  .asset-recovery-form .right {
    padding-top: calc(25px + 25 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .asset-recovery-form .right {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .asset-recovery-form .right {
    width: 45%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .asset-recovery-form .right {
    width: 36%;
    min-width: 482px;
  }
}
.asset-recovery-form .right-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d3d9;
}
@media only screen and (min-width: 768px) {
  .asset-recovery-form .right-title {
    padding-bottom: calc(20px + 10 * (100vw - 768px) / 672);
  }
}
@media only screen and (min-width: 1440px) {
  .asset-recovery-form .right-title {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .asset-recovery-form .right-title {
    margin-bottom: calc(20px + 40 * (100vw - 768px) / 672);
  }
}
@media only screen and (min-width: 1440px) {
  .asset-recovery-form .right-title {
    margin-bottom: 60px;
  }
}
.asset-recovery-form .right-text {
  font-weight: 700;
}

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