/*CSS for 404 NOT FOUND PAGE*/

.img404 {
    height: 100vh !important;
    width: 100% !important;
    background-image: url(/img/ws-pagenotfound2.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

.textMessage {
    height: 100%;
}