.full-page {
	background: url(../img/homepage.png) no-repeat;
	background-size: 100% 100%;
}

body {
	margin: 0;
}

.show-QR-code {
	position: absolute;
	bottom: 17.4%;
	left: 8.0%;
}

.QR-code {
	position: relative;
	background: url(../img/QR-code.jpg) no-repeat;
	background-size: 77% 77%;
	background-color: #fff;
	background-position: center;
	top: 71%;
	left: 18.3%;
	/* opacity: 0; */
	/* box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.30); */
	display: none;
}

.checkIcp {
	position: absolute;
	bottom: 0;
	left: 30%;
	/*border: 1px solid red;*/
	width: 50%;
	height: 15%;
}
