#body{
	background: #EDEDED;
}

.panel--full {
	height: 100%;
}

.panel--error {
	background-repeat: no-repeat;
	background-position: center 20%;
}

.panel--oops {
	background-image: url(../images/errors/error-oops.svg);
}

.panel--400 {
	background-image: url(../images/errors/error-400.svg);
}

.panel--500 {
	background-image: url(../images/errors/error-500.svg);
}

.panel--maintenance {
	background-image: url(../images/errors/error-maintenance.svg);
}

.error--box {
	text-align: center;
	min-height: 300px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;

	color: #8A8A8A;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
}

.error--text {
	margin-top: 	0px;
	font-family: 'Poppins', sans-serif;
}

.error--title {
	font-size: 40px;
	margin-bottom: 6px;
}

.error--image {
	 height: 50%;
}


 .error--image img {
	 height: 100%;
	 width: auto;
	 padding-top: 134px;
}


 .error--header {
	 text-align: center;
}

 .error--header img {
	 max-width: 222px;
}
 