.kt-error404-v3--enabled {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.kt-error404-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .kt-error404-v3 {
      padding: 2rem; } }
  .kt-error404-v3 .kt-error404-v3__content {
    margin-bottom: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .kt-error404-v3 .kt-error404-v3__content .kt-error404-v3__title {
      font-size: 2rem;
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 3rem; }
    .kt-error404-v3 .kt-error404-v3__content .kt-error404-v3__button {
      color: #ffffff;
      background-color: #f7098f; }
      .kt-error404-v3 .kt-error404-v3__content .kt-error404-v3__button:hover {
        color: #ffffff; }

.kt-bg-error404-v3 {
  background-image: url("../../../media/misc/404-bg3.jpg"); }
  @media (max-width: 768px) {
    .kt-bg-error404-v3 {
      background-image: url("../../../media/misc/bg-mobile-3.jpg"); } }
