body {
  padding: 0 !important;
  margin: 0 !important;
  background: #83acab !important;
}
#navBarFixedTop{display: none}
div.svg_bg {
  background: url("../img/404.svg") no-repeat;
  height: 100vh;
  width: 100%;
  background-size: 100%;
}
#appContainer{margin-top: 0}
a.go_home {
  box-shadow: 0 0 19.8px 2.2px rgba(240, 107, 124, 0.32);
  padding: 15px 53px;
  border: none;
  outline: none;
  background: #f06b7c;
  color: #fff;
  border-radius: 33px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  top: 20px;
}
.not_found_txt{
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -106px;
}
.not_found_txt span{
  font-size: 80px;
  font-family: "Poppins-Bold";
}
.not_found_txt span:first-child,.not_found_txt span:nth-child(3){
  color: #3a5178;
}
.not_found_txt span:nth-child(2){
  color: #f06b7c;
}
.not_found_txt p{
  font-family: "Poppins-Medium";
  font-size: 14px;
  margin-top: -14px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .not_found_txt{top:7%;}
  div.svg_bg {
    background: url("../img/404_m.svg") no-repeat;
    height: 100vh;
    width: 100%;
    background-size: 100%;
  }
}