.login {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;

  .logo {
    height: 10rem;
    width: 10rem;
  }

  .welcome {
    font-size: 2rem;
  }
}
