html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-account {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-account .panel {
  max-width: 600px;
  margin: 0 auto;
}

.page-account form p label,
.page-account form .actions a {
  display: inline-block;
  width: 40%;
}

.page-account #above-panel {
    position: relative;
    margin-bottom: 5rem;
}

.page-account #above-panel .logo-wrapper {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.page-account #above-panel .logo-wrapper .logo {
    width: 100%;
}