/*!*********************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*********************************************************************************************************************************************************************/
/*-------------------
     Breakpoints
--------------------*/
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  overflow-x: hidden;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  overflow-x: hidden;
}

.error-content {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-text {
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}
.error-text .error-title {
  font-size: 164px;
  line-height: 190px;
  padding-top: 100px;
}
.error-text .error-description {
  padding: 5px 80px;
}
.error-text a {
  color: #fff;
  text-decoration: underline;
}

.error .error-title {
  font-size: 60px;
  line-height: 90px;
  padding-top: 160px;
}

.error-requestid {
  color: #fff;
  margin: auto;
  text-align: center;
}
