body{
	background:#2da7df;
}

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

.checkbox-login{ padding-top: 0 !important; }

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

.card-user .author {
	margin-top: 0 !important;
}

.card-user .author img{
	max-width: 275px;
	width:100%;
}

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

.footer{
	background: transparent;
}

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

@media (max-width:992px){
	body{
		background-size: auto; 
	}
	.card-login{
		margin-top:25px;
	}
}




