.account-page {
  min-height: 60vh;
}

.account-notice {
  border-top: 1px solid currentColor;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.internal-page .account-notice {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.account-notice--success {
  border-top: 0;
  margin-bottom: 75px;
  margin-top: 0;
  padding-top: 0;
}

.account-honeypot {
  left: -9999px;
  position: absolute;
}

.account-summary {
  margin-bottom: 75px;
}

.account-summary p + p {
  margin-top: 15px;
}

.account-sidebar-logout {
  margin-top: 15px;
}

.account-password-form .form-group-submit {
  margin-top: 75px;
}

@media screen and (max-width: 800px) {
  .account-notice--success,
  .account-summary {
    margin-bottom: 55px;
  }

  .account-password-form .form-group-submit {
    margin-top: 50px;
  }
}
