/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/src/scss/error-page.scss ***!
  \*********************************************************************************************************************************************************************/
/* fonts */
/* font sizes */
/* Colors */
/* Gradients */
/* Gaps */
/* Paddings */
/* border radiuses */
.error-page h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .error-page h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .error-page {
    padding: 200px 0 0;
  }
}
.error-page img {
  margin: 23px 0 41px;
}
@media screen and (max-width: 1023px) {
  .error-page img {
    margin: 40px 0;
    width: 278px;
  }
}
.error-description {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #51b66d;
  margin: 0;
}
.error-title {
  margin: 0 0 23px;
}
@media screen and (max-width: 1023px) {
  .error-title {
    margin: 0 0 34px;
  }
}
.error-requestid {
  display: none;
}
.error-content {
  display: grid;
  place-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 100px 0 0;
}
