html, body {
	height: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
	background: url(/license-order/faces/javax.faces.resource/layouts/images/weisshorn.jpg?ln=xpertivy-27602-webContent&xv=293251395403) fixed center;
	background-size: cover;
}
		
.outer {
	width: 520px;
	height: auto;
	background-color: hsla(0, 0%, 100%, 0.9);
	position: fixed;
	left: calc(50% - 260px);
	top: calc(50% - 170px);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0
		rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0
		rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0
		rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.outer {
		background: hsla(0, 0%, 100%, 0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
}
		
.inner {
	padding: 50px 100px;
	text-align: center;
}

.inner img {
	width: 100%;
	max-width: 320px;
}

.link-button {
	width: 100%;
	margin-top: 20px;
	background-color: hsl(195, 100%, 29%);
	padding: .5em 0;
	text-decoration: none;
	color: hsl(0, 0%, 100%);
	display: inline-block;
	border-radius: 4px;
	line-height: 1.5em;
}

.link-button:hover {
	background-color: hsl(195, 100%, 20%);
}

.link-button .icon {
	float: left;
	height: 1.5em;
	width: 2.2em;
	fill: currentColor;
	padding: 0 0.5em;
}

@media only screen and (max-width: 550px) {
	.outer {
		width: 100%;
		left: 0;
	}
	.inner {
		padding: 50px 50px;
	}
}