body {
	margin: 0;
	min-height: auto;
	background-image: url("login-bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/*body:before {
	content: "";
	width: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	
	background: linear-gradient(60deg, #182C31, #002D52);
	opacity: 0.8;
	z-index: -1;
}*/
h1 {
	color: white;
}
h2 {
	color: white;
}
