.backgrounder {
   background-image: url("/images/scpwallpaper1.png");
}

.passwordBox {
  position: fixed;
  top: 30%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
