.loginPage {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: var(--screen-height);

  .title {
    margin-top: 5rem;
  }
  .logo {
    width: 15rem;
  }
}
