/* line 6, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
.err-container {
  overflow: scroll;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F7F7F7;
  margin: 0 auto;
  display: flex;
  height: 100vh;
  width: 100%;
}
/* line 16, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
.err-container h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

/* line 22, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
.err-main {
  width: 50%;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 22, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
  .err-main {
    width: 90%;
  }
}

/* line 30, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
.err_404 {
  background-image: url(/assets/img_404_bg-e411955f9a71b6277e291570bd7802a046cc69ce24684989bf1455844b36c9bf.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 30, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
  .err_404 {
    height: 270px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 30, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
  .err_404 {
    height: 150px;
  }
}

/* line 47, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
.err-title {
  text-align: center;
  color: #00ADEE;
  font-size: 28px;
  margin-bottom: 40px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 47, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
  .err-title {
    font-size: 20px;
  }
}

/* line 58, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
.err {
  font-size: 14px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  height: 40px;
  width: 100px;
  padding: 0 8px;
  border-radius: 3px;
}

/* line 67, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
.err-btn {
  border: 0px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #00ADEE;
}
@media (max-width: 767px) and (orientation: landscape) {
  /* line 67, /home/finext/projects/ls_drew/app/assets/stylesheets/error.scss */
  .err-btn {
    height: 30px;
  }
}
