html {
	/*background-image: url('../../../img/login-bg.jpeg');*/
	/*background-image: url('../../../img/login-bg-feher_forgatott_bejelentkezo_empty.png');*/
	/*background-repeat: no-repeat;*/
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
}

.login-logo a, .register-logo a {
    color: #fff;
}

.login-page {
	background: transparent;
}

canvas {
	display: block;
	vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #004237;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

a {
	position: relative;
	z-index: 9;
	color: #fff;
}