html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-image: url('/resource/image/offline.jpg?=CV-977');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body>header {
	width: 100vw;
	height: 80px;
	background-color: rgba(50, 50, 50, .72);
	position: fixed;
	top: 0;
	left: 0;
}

body>header>img#logo {
	width: 128px;
	margin: 26px 0 0 32px;
}

body>main>div {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 32px;
	box-shadow: 0 0 128px rgba(0, 0, 0, .64);
}

body>main>div>h1,
body>main>div>p {
	display: block;
}

body>main>div>h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 16px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
}

body>main>div>p {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0;
	padding: 0;
}

body>main>div>button {
	background-color: #3399FF;
	color: #fff;
	border: 0px;
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
	cursor: pointer;
	margin: 16px 0 0 0;
}

body>main>div>button>label {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 50px;
	display: inline-block;
	cursor: pointer;
}

body>main>div>button>svg {
	fill: #fff;
	margin: 8px 8px 0 0;
	width: 32px;
	height: 32px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}

body>footer {
	width: 100vw;
	height: 80px;
	background-color: #161616;
	position: fixed;
	bottom: 0;
	left: 0;
}

body>footer>img#logo {
	width: 128px;
	margin: 26px 0 0 32px;
}

body>footer>label {
	line-height: 80px;
	color: #fbfafa;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 16px;
}

body>footer>img#ui {
	float: right;
	margin: 16px 32px 0 0;
}