body:before {
	content: "\A0";
	position: fixed;
  z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../img/wallpaper.jpg") no-repeat;
	background-size: cover;
	opacity: .4;
}

.background-card {
	background: url("../img/background.jpg") no-repeat;
	background-size: cover;
}

.logo-smartcloud-login:before {
	content: "\A0";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/smartcloud.png") no-repeat;
	background-size: 90%;
	background-position: center;
}