*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
button,input{
	border: none;
	background-color: transparent;
	outline: none;
}
body{
	background-color: #000812;
}
.container {
	position: relative;
}
.container .container-bg img{
	display: block;
	width: 100%;
}
.content{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 0.6rem;
	z-index: 100;
}
.content-error{
	position: absolute;
	top:1.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.content .error{
	display: block;
	width: 5rem;
	margin: 0 auto;
}
.content .error img{
	width: 100%
}
.content .content-error p{
	margin-top: 20px;
	font-size: 16px;
	color: #debb83;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0.5rem;
	right: 0;
}
.footer img{
	display: block;
	width: 3.3rem;
	margin: 0 auto 0;
}
