.errorWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 70vh;
}


/* Images */
.error-img-notFound {
    width:201px;
    height:213px;
    background-image: url("images/null-img/Screen_notFound.png");
    background-size:100%;
    background-repeat:no-repeat;
}
.error-img-systemError{
    width:201px;
    height:213px;
    background-image: url("images/null-img/Screen_systemError.png");
    background-size:100%;
    background-repeat:no-repeat;
}

.errorBorder {
    border-color: #FF5366!important;
}
