body, html {
  height: 100%;
}

.bg {
  /* The image used */
  background-color: #190949;
	background-image: url("enter.png");
	
  /* Full height */
  height: 100%;
	width:100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}