.container-error{ position:relative; width:100%; height:100vh; min-height:100vh;  background:url(../img/background/000E.jpg) no-repeat; background-size:cover;}
.form-error{ position:relative; width:450px; height:400px; top:20%; background:#fff; border-radius:20px; }
.form-error ul{ position:relative; width:80%; top:110px; height:0 auto; }
.form-error li{ list-style:none; display:block; font-family:Rubik-Regular; font-size:16px; line-height:25px; }
.form-error li p{ position:relative; top:-30px; font-family:Rubik-Regular; font-size:27px;}
.btn-error{ position:relative; width:100%; height:55px; margin-top:50px; line-height:55px; font-family:Rubik-Regular; text-align:center; background:#555; color:#fff; border-radius:10px;}
.form-error a{ text-decoration:none; color:#fff;}
@media (max-width: 952px){	
}

@media (max-width: 500px){
	.form-error{ position:relative; top:10%; width:80%; height:400px; }
}