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;
  /* Whatever width you want */
}

p a {
  color: rgb(234, 234, 234);
  text-decoration: underline;
}


p a:hover {
  color: rgb(214, 213, 213);
  text-decoration: underline;
}

.table {
  vertical-align: middle!important;
}

.input-email {
  border: solid 1px rgb(100, 100, 100)!important;
  padding-left: 5px;
}
