.error-page{
	padding: 0;
	min-height: 90vh;
}

.breadcrumb{
	font-size: 1.3rem;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: '/';
}

#theme-color{
	
}

.custom-bg-green
{
	background-color:#19B159;
}

.custom-bg-red
{
	background-color:#DD4B39;
}

.custom-bg-blue
{
	background-color:#01B8FF;
}

.custom-bg-purple
{
	background-color: #b544af;
}

.custom-bg-pink
{
	background-color: #f45aac;
}

.custom-bg-yellow
{
	background-color:#F39C12;
}

.custom-bg-dark
{
	background: #0E0E23;
}

@media(max-width: 576px){
	.breadcrumb{
		font-size: 1rem;
	}
}