body, html
{
  height: 100%;
}

.outer {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.forgot-password-link {
  font-size: 0.9em;
  color: rgb(168, 168, 168)!important;
}

.forgot-password-link:hover {
  color: rgb(189, 189, 189)!important;
}