body{
  font-family: 'Open Sans', sans-serif;
  background:#041a25;
  margin: 0 auto 0 auto;  
  width:100%; 
  text-align:center;
  margin: 20px 0px 20px 0px;   
   background: url(../../src/login_themes/img/moneypitonline_logo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#0052f3;

}

.footer{ 
  position:absolute; 
  bottom:0; 
  width:100%; 
  height:100px; 
}
.checkbox{
	height: 50px;
	width: 30px;
}

.btn-success{
	margin-top: 5px;
}
.rememberme{
	cursor:pointer;
}
.login-form{
	background-color: rgba(169, 161, 161, 0.7);
	padding:30px;
	border-radius: 25px;
}
.info-form{
	margin-top: 50px;
}
.footer2{
	padding-top:50px;
}