.error-page {
  .error-v1 {
    margin-bottom: 40px;
    padding-top: 40px;
    .title {
      font-size: 36px;
      font-weight: 600;
      line-height: 1.28;
      text-align: center;
      color: #373a3c;
    }
    .message {
      font-weight: bolder;
      font-size: 24px;
      text-align: center;
      color: black;
    }
    .text {
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 100;
      font-size: medium;
      color: #555;
    }
    .btn-bordered {
      margin-right: 20px;
    }
    img {
      width: 60%;
      margin: 40px;
    }
  }
  .error-no-person {
    .img-wrapper {
      margin-bottom: -140px !important;
      img {
        width: 190px;
        height: 500px;
      }
    }
  }
  .error-no-company {
    margin-bottom: -70px !important;
  }
  .error-lang-not-available{
    img {
      width: 100%;
      margin: 0 0 -70px 0 !important;
    }
  }
}