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: #495057;
}

.login-page {
	-ms-flex-align: center;
	align-items: center;
	background: #e9ecef;
	display: -ms-flexbox;
	display: flex;
	height: 100vh !important;
	min-height: 100vh !important;
	-ms-flex-pack: center;
	justify-content: center;
}

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