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

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

.blogimg {
	object-fit: cover;
	width: auto;
	height: 200px;
}

.bg-coupon {
	background-color: #dee2e6;
	color: #6699cc;
}
.bg-coupon .head {
	font-size: 25px;
	font-weight: 700;
}

.profileimg {
	width: 30px;
}

/* 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
}