html,
body.legacy-recovery-page {
  margin: 0;
  min-height: 100%;
}

body.legacy-recovery-page {
  background: #fff;
}

body.legacy-recovery-page .elementor-invisible,
body.legacy-recovery-page .elementor-motion-effects-element,
body.legacy-recovery-page .e-con.e-parent,
body.legacy-recovery-page [class*="elementor-animation-"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

body.legacy-recovery-page .e-con.e-parent,
body.legacy-recovery-page .e-con.e-child {
  background-image: var(--background-image, inherit);
}

body.legacy-recovery-page form[data-recovered-form] {
  pointer-events: auto;
}

body.legacy-recovery-page .elementor-location-header,
body.legacy-recovery-page .elementor-location-footer {
  width: 100%;
}

body.legacy-recovery-page img {
  max-width: 100%;
}

body.legacy-recovery-page .legacy-hosting-credit {
  background: #000;
  color: #fff;
  font: 500 14px/1.5 Arial, Helvetica, sans-serif;
  padding: 14px 20px;
  text-align: center;
}

body.legacy-recovery-page .legacy-hosting-credit a {
  color: #fff;
  text-decoration: none;
}

body.legacy-recovery-page .legacy-hosting-credit a:focus,
body.legacy-recovery-page .legacy-hosting-credit a:hover {
  text-decoration: underline;
}
