html,body{ width: 100%; height: 100%; margin: 0; padding: 0;font-family: Source Sans Pro;}
.not-found-page{background: #142F4D;height: 100%;}
.not-found-page #container{display: flex; flex-direction: column;align-items: center;justify-content: center; height: 100%}
.not-found-page .img{text-align: center;position: relative;}
.img-404{max-width: 100%;}
.not-found-page .search-gif{position: absolute;width: 100px;top:50%;right:-110px;}
.not-found-page p{font-family: Source Sans Pro;color:#fff;font-size: 1rem;padding: 0;margin: 0;text-align: center}
.not-found-page p a{color:#F8B03C}
.centerDv { height: 462px;}
@media(max-width:767px){
    .not-found-page .search-gif {
        right: -60px;
        width: 80px;
    }
    .not-found-page p{padding:0 10px;font-size: 0.9rem}
    .centerDv {
        height: 350px;
    }
    .not-found-page .img {
        width: 220px;
    }
}
.text-center{text-align: center;}
h2{color: #fff;font-weight: 500;margin-bottom: 10px;}
.dashboard-outline{
    color: #fff;
    border: 2px solid #5b7592;
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-top: 25px;
}
