body{
	height: 100vh;
}
.zeus-center-page {
	width: 100%;
	height: 100%;
	position: absolute;
	background: white;
	z-index: 1;
}

.zeus-center-page table.centered-wrapper {
	width: 100%;
	height: 100%
}

.zeus-center-page table.centered-wrapper td {
	vertical-align: middle;
	text-align: center
}

.zeus-center-page img.picture {
	width: 128px;
	height: 96px;
	margin-bottom: 40px
}

.zeus-center-page .choose-app {
	margin-top: 15px
}

.zeus-center-page .choose-app a {
	font-size: 18px;
	color: #3a74a3;
	text-decoration: none
}

.zeus-center-page span {
	opacity: .6;
	font-size: 18px;
	line-height: 1.33;
	color: #282e30
}

.zeus-center-page .proccess {
	margin-top: 25px;
}

.zeus-loader {
	width: 48px;
	height: 48px;
	animation: zeus-loader 2s linear infinite;
	margin: 0 auto -36px auto;
	border: solid 2px;
	border-radius: 50%;
	border-color: #64cdff #64cdff #64cdff transparent
}

.zeus-loader .filler {
	width: 48px;
	height: 48px;
	border: solid 2px #64cdff;
	border-radius: 50%;
	opacity: .1;
	margin: -2px 0 0 -2px
}

@keyframes zeus-loader {
	100% {
		transform: rotate(360deg)
	}
}

.zeus-loader img {
	width: 16px;
	height: 20px
}

.zeus-iframe-container .zeus-center-page {
	border: 1px solid #979797
}
.body{
	height: 100%;
}
.contain{
	padding: 0 20px 20px;
	height: 100%;
}
.hidden{
	display: none;
}