.bg {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url("login-bg.png");
	width: 100%;
	height: 100%;
	position: absolute;
	transition: visibility 0s, opacity 0.5s linear;
	pointer-events: none;
	z-index: 1;
}