@charset "utf-8";
#pageFooter{
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}


#containerErrorMain{
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding: 0 10px;
	margin-bottom: 70px;
}
h2{
	all: unset;
	font-size: 24px;
	color: red;
	margin: 20px 0;
}

.hint{
	font-size: 12px;
}

.buttonWH{
	height: 31px;
 	 width: 128px;
}

input.btn-black:hover{
	text-decoration: underline;
}

p{
	font-size: 15px;
}

#buttonAreaError{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.containerErrorMessage{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.containerErrorMessagDescription{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.logoError{
	width: 25%;
}

@media (max-width: 768px) {
	h2{
		font-size: 18px;
	}

	p{
		font-size: 12px;
	}
	.hint{
		font-size: 10px;
	}

	.logoError{
		width: 50%;
	}


}


@media (max-height: 1000px){
	#pageFooter{
		all: unset;
	}
}