body, body.x-body {	
	/*background-image: url(../images/kampala2_opacity30.jpg);*/
	background-image: url(../images/kampala2.jpg);
	background-color : white;
}
body.i-night, body.x-body.i-night {	
	/*background-image: url(../images/kampla-night-opacity30.png);*/
	background-image: url(../images/kampala-night.jpg);
	background-color : white;
}
/*body.x-body::after {
  content: "";
  background-image: url(../images/kampala2.jpg);
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;  
  background-size: cover; 
}*/
.form-signin-heading {
    margin-left: 40px;
}
.form-signin-icon {
    background-image: url(../images/logo-2.svg);
    background-repeat: no-repeat;
    /*height: 48px;
    margin-top: 10px;*/
    background-size: contain;
}

.btn-login {
	margin: 20px auto 20px auto;
	background: #D1812E;
	border-color: #D1812E;
}

