/* @override 
	https://ag3.compart-corporation.com/css/stile.css */
	
	body {
		background: url(../assets/img/login-bg/treasure-hunt-italy.jpg) center top no-repeat black;
		background-size: 100%;
	}
	
	div.card {
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.64);
		color: white;
	}
	
	div.card-header {
		background-color: rgba(0, 0, 0, 0.4);
		text-align: center;
		font-weight: bold;
		font-size: 20px;
	}
	
	img.brandlogin {
		width: 290px;
		margin: 20px auto 40px;
		display: block;
	}
	
	div.version {
		color: white;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}