
#bg::before
{
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#bg
{
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: .5;
	overflow: hidden;
	background-image: url("neblis_logo_wsz.svg");
	background-repeat: no-repeat;
	background-position: 20% 35%;
	background-size: 150%;
}
#content
{
	position: absolute;
	text-align: center;
	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	color: #3A5dAE;
}
#logo
{
	position: absolute;
	top: 1%;
  	right: 50px;
	height: 10%;
	width: 300px;
	transform: translate(0, 0);
	background-image: url("neblis_logo_text.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
html
{
}
body
{
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.Header
{
	font-size: 30px;
	font-weight: 400;
}
.DashboardContainer
{
}
.MainTable
{
	margin-top: 30px;
  	padding: 10px;
}
td
{
	padding: 10px;
}
.NewButton
{
	padding: 10px;
}
.SaveButton
{
	padding: 10px;
}