main { overflow:hidden; }

.errors { overflow:hidden; height:calc(100vh - 320px); }

.errors .main-page { display:flex; align-items:center; justify-content:center; overflow:hidden; height:100%; }

.errors .text-center { text-align:center; }

.errors .row { max-width:1200px; width:100%; margin:auto; display:flex; flex-wrap:wrap; overflow:hidden; height:100%;  align-items:center; justify-content:center; padding:30px; }

.errors .col-left {  }
.errors .col-right {  }

.errors .fs-3 {
	font-size: 1.75rem !important;
}

.errors .text-danger {
	color: #dc3545 !important;
}

.errors .lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.errors .btn-primary {
	color: #FFF;
	background-color: var(--cat_bg_dark);
	border-color: var(--cat_bg_dark);
	padding:10px 20px;
}