html,body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #888;
	font-family: -apple-system, "Roboto Light", Trebuchet MS, sans-serif;
	overflow: hidden;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.wrapper {
	text-align: center;
	width: 100%;
	height: 100%;
}

.helper {
	display: inline-block;
	height: 100%;
	width: 0px;
	vertical-align: middle;
}

.window {
	position: relative;
	display: inline-block;
	width: 85%;
	min-width: 240px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	background: #fff;
	/*border-radius: 30px;*/ margin-top:20px
	/*vertical-align: middle;*/
}

.header {
	font-weight: bold;
	font-size: 110%;
}

.text {
	margin: 22px 0;
}

p {
	margin: 15px;
}

.exitpoint {
	display: block;
	border-top: 1px solid #d3c4c9;
	height: 44px;
	line-height: 44px;
	color: #1e71bf;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
