.index-page {
	 background-color: #26344d;
	 background-size: cover;
	 height: 100vh;
	 color: white;
	/* IE hack */
}
 .index-page .content {
	 max-width: 1100px;
	 padding: 15px;
	 z-index: 100;
	 position: relative;
	 max-height: 100vh;
}
 @media (min-width: 576px) {
	 .index-page .content {
		 padding: 100px 20px 20px 100px;
	}
}
 .index-page .box {
	 background-color: rgba(0, 0, 0, 0.3);
	 padding: 20px;
	 border-radius: 4px;
	 gap: 35px;
	 flex-wrap: nowrap;
}

.index-page .box table{
	max-height: 300px;
	overflow-y: auto;
}

 .index-page .box .box-item {
	 display: flex;
	 flex-direction: column;
	 
}
 .index-page .box .box-item label {
	 color: #5772a2;
	 margin-bottom: 0;
}
 .index-page .box .box-item span a {
	 color: white;
}
 .index-page .background {
	 position: absolute;
	 width: 100%;
	 height: 100vh;
	 overflow: hidden;
	 z-index: 1;
}
 .index-page .stars {
	 position: absolute;
	 min-width: 100vw;
	 min-height: 100vh;
	 top: 0;
	 left: 0;
}
 .index-page .dustTopLeft {
	 position: absolute;
	 width: 25%;
	 top: 0;
	 left: 0;
}
 .index-page .dustBottomLeft {
	 position: absolute;
	 width: 30vw;
	 bottom: -5vw;
	 left: -5vw;
}
 .index-page .dustBottomRight {
	 position: absolute;
	 width: 60%;
	 bottom: 0;
	 right: 0;
}
 .index-page .planetPinkGlow {
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 width: 45%;
}
 .index-page .planetBlueGlow {
	 position: absolute;
	 left: 0;
	 top: -10%;
	 height: 80%;
}
 .index-page .planetWhiteGlow {
	 position: absolute;
	 right: 5%;
	 top: 0;
	 height: 30vh;
}
 .index-page .logoWhite {
	 position: absolute;
	 left: 5vh;
	 bottom: 5vh;
	 height: 40px;
}
 .index-page .alzak {
	 position: absolute;
	 top: 33%;
	 right: 17%;
	 min-height: 50vh;
	 max-height: 100vh;
}
 @media screen and (max-width: 1024px) {
	 .index-page .background {
		 height: 50vh;
		 bottom: 0;
		 overflow: visible;
	}
	 .index-page .stars {
		 top: -50vh;
		 left: 0;
	}
	 .index-page .dustTopLeft {
		 display: none;
	}
	 .index-page .dustBottomLeft {
		 display: none;
	}
	 .index-page .dustBottomRight {
		 display: none;
	}
	 .index-page .planetWhiteGlow {
		 display: none;
	}
	 .index-page .logoWhite {
		 display: none;
	}
	 .index-page .left {
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
		 align-items: center;
		 height: 50vh;
	}
	 .index-page .right {
		 margin: auto;
	}
	 .index-page .alzak {
		 max-width: 100%;
		 max-height: 50vh;
		 min-height: auto;
		 margin-top: 0;
	}
}
 @media all and (-ms-high-contrast: none) {
	 .index-page html, .index-page body {
		 width: 100vw;
	}
	 .index-page .background {
		 width: 100vw;
	}
	 .index-page .dustBottomRight {
		 width: auto;
	}
	 .index-page .planetPinkGlow {
		 width: auto;
	}
}
 