.buttonRow {
  display: flex;
  flex-direction: row;
  align-items: center;

  padding: 10px;
}

.login-logo a {
  color: #28a745;
}

.login-page {
  position: absolute;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;

  align-items: center;
  align-content: center;
  justify-content: center;

  text-align: center;
}
