.dataTables_filter input{
	border: 1px solid #000000;
	border-radius: 3px;
}

.dataTable td { text-align: center !important; }

.loginpage{
	
	/* The image used */
  	background-image: url("/img/dbe.jpg");

 	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.loginpagebox{
	box-shadow: 2px 2px 2px #757575;
}