body{
	margin: 0;
}
.bounding-box {
	background-image: url("background.jpg");
	background-size: cover;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.bounding-box-errors {
	font-family: 'Lato', sans-serif;
	text-align:center;
	color: #333;
	background-color:##505050;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.container{
	margin: 0;
	position: absolute;
	background-color: rgba(20, 20, 20, 0.8);
	width: 100%;
}
.errors-text{
	margin: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 20%;
	text-align:center;
}
table, th, td {
	border: 0;
	border-spacing: 20px;
	margin-top:auto; 
	margin-bottom:auto; 
	margin-left:auto; 
	margin-right:auto;
}