body
{
  margin:0 0 0 0;
  background: url('../images/gr9.png') no-repeat fixed;
 /* background: rgb(138,138,139);
  background: linear-gradient(90deg, rgba(138,138,139,1) 0%, rgba(71,71,85,1) 78%, rgba(0,0,0,1) 100%);*/
/* background-color:#86bd69;*/
   background-size: cover;
  background-position: 50%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;

}
#dbselect{
  width:200px;
    height:35px;
    border:0;

}
.loginbox{
    width:300px;
    height:300px;
    border:0;
 -webkit-box-shadow: 19px 21px 24px -6px rgba(0,0,0,0.71); 
box-shadow: 19px 21px 24px -6px rgba(0,0,0,0.71););
    border-top-left-radius: 10px;
   border-top-right-radius:  10px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   margin-right: auto;
   margin-left: auto;
   margin-top: 10%;
   margin-left: auto;
   background-color:#fff;

}
.divicon{

	width: 300px;
	height: 50px;
	border:0;
	margin-top:4px;
	
}
.inputuser{
	width:200px;
	margin-left:50px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	height:35px;
	/* background-color: #f2f2f2;*/
	background-color: #DCDCDC;
	
	 font-size: 18px;
	 border-radius: 8px;

	
}

.inputpass{
	width:200px;
	margin-left:50px;
	height:35px;
	margin-top: 10px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
background-color: #DCDCDC;
	 font-size: 18px;
	 border-radius: 8px;
}
.submit{
background-color:#808080;
margin-left:50px;
width:200px;
height:35px;
margin-top:20px;
border:0;
border-radius: 8px;

}
.submit:hover {background-color: #3e8e41}

.submit:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
  
   color: white;
   text-align: center;
}