.hf-error-container {
	background-color: #FFFFFF;
	margin-top: 150px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100% !important;
	margin-bottom: 180px;
    justify-items: center;
}
.error-img {
    display: block;
	margin: auto;
    justify-self: center;
}
.error-msg {
	color: #008BBF;
	font-size: 2em;
	text-align:center;
}
.error-trace {
    display: block;
    justify-items: center;
    padding: 0 10rem 0;
    .btn{
        display: block;
        justify-self: center;
    }
}

