
.index-background
{
	width: 100%;
	height: 100%;

	background-color: #3c4655;
}

.index-logo
{

	height: 400px;
	width: 100%;

	background-image: url('../img/logo/tm.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.index-splitter
{
	position: relative;

	margin-bottom: 10px;

	width: 80%;
	left:10%;

	border:1px solid lightgrey;
}
.index-loading
{
	height: 60px;
	width: 100%;

	background-image: url('../img/loading/snake-loading.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
