.callbackContainer {
  position: fixed;
  display: flex;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("images/loginBackground.jpg");
  background-size: cover;
  background-position: bottom center;
  z-index: 9999; }
