:root {
	--image-logo: url('../../themes/iNODE/core/img/logo.svg');
	--image-logoheader: url('../../themes/iNODE/core/img/logo.svg');
}

#body-login {
	font-weight: 400;
	font-size: .8em;
	line-height: 1.6em;
	color: #000;
	text-align: center;
	/*background-color: #0082c9;
	background-image: url('../img/background_old.jpg');*/
	background-color: #34615f;
	background: url('../img/dataways_white.png') bottom 20px right 20px no-repeat, url('../img/background.jpg'), #34615f;
	background-size: 250px auto, cover;
	background-attachment: fixed;
	min-height: 100%; /* fix sticky footer */
	height: auto;
}

.error-wide {
	margin-left: auto;
	margin-right: auto;
}

#header .logo {
	background-size: 90%;
}

/*#body-user #header,
#body-settings #header,
#body-public #header {
	background-color: #184084;
	background-image: none;
}*/


@media screen and (max-width: 767px), (max-height: 620px) and (max-width: 1350px) {
	#body-login {
		background: url('../img/background.jpg'), #34615f;
		background-size: cover;
		background-attachment: fixed;
	}
}
