body.login-page {
  /*background: #e9e9e9;
  background: url('images/bg00-bw.jpg');*/
   background: url('images/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.login1-page {
  /*background: #e9e9e9;
  background: url('images/bg00-bw.jpg');*/
   background: url('images/bg1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-overlay {
    background: url("images/bg-overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.login-logo {
	background:rgba(250,250,250,0.75) !important;
	margin-bottom: 0;	
	
}

.btn-duta {
	background: #dd4b39;
	color: #fff;
}

.btn-duta:hover {
	background: #c64333;
}


