body {
  background: #000
    url("https://asteroid-public.s3.us-east-2.amazonaws.com/static/talent-bg.jpg")
    no-repeat center center fixed;
  background-size: cover;
}

.login {
  position: fixed;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}
