body{
	background-image: url('../img/bg.jpg'); 
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
}

body .wrapper {
  min-height:inherit !important;
  position:inherit !important;
}

.wrapper {
  background-color:transparent !important;
  left:inherit !important;
}

.card-login{
	box-shadow:5px 5px 15px 0 rgba(0, 0, 0, 0.20);
	margin-top:75px;
}

.copyright{
	color:#fff !important;
	white-space:inherit !important;
}

@media (max-width: 992px){
	body{
		background-size: auto; 
	}
}

@media (max-width: 768px){
	body{
		background-size: auto; 
	}
	.card-login{
		margin-top:25px;
	}
	.copyright{
		font-size:10px !important;
	}
}