.imgsize {
	object-fit: cover;
	width: 150px;
	height: 120px;
}

.adminimg {
	display: block;
	max-width: 150px;
	max-height: 45px;
	width: auto;
	height: auto;
}

/* Error page style */
.error-box {
	height: 100%;
	position: relative;
	width: 100%
}
.error-box .error-body {
	padding-top: 10px;
	padding-bottom: 50px;
}
.error-box .error-title {
	font-size: 210px;
	font-weight: 900;
	text-shadow: 4px 4px 0 #fff, 6px 6px 0 #343a40;
	line-height: 210px
}