html, body, .page-layout {
  height: 100%;
}
body {
  overflow: hidden;
  background: rgb(255, 255, 255);
  background: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(228, 244, 252, 1) 50%, rgba(250, 188, 228, 1) 100%);
  background-attachment: fixed;
}
body.body-auto {
  overflow: auto;
}
body::before {
  display: none;
}
.page-signin {
  min-height: calc(100vh - 165px);
}
.page-signin.page-signin-editorial {
  min-height: calc(100vh - 190px);
}
.signin-map-twn {
  position: fixed;
  left: 32%;
  top: 50%;
  transform: translate(0, -50%);
  width: 520px;
  height: 95%;
  margin-left: -435px;
  content: '';
  display: block;
  background-image: url("../img/flora-taiwan.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
}
.signin-map-twn.query-map {
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -416px;
}
.signin-wrapper {
  position: fixed;
  left: 32%;
  top: 50%;
  transform: translate(0, -50%);
  width: 1012px;
  border-radius: 1.25rem;
  background-color: #f4f4f4;
  box-shadow: 0px 33px 161px -64px rgba(0, 0, 0, 0.35);
  z-index: 100;
}
.signin-wrapper.query-wrapper {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 506px;
  height: auto;
  background-color: #fff;
  margin-left: 0;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.25);
}
.signin-wrapper::before {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 0;
  content: '';
  display: block;
  border-radius: 1.25rem 0 0 1.25rem;
}
.signin-wrapper.query-wrapper::before {
  display: none;
}
.signin-content-wrapper {
  width: calc(65% - 2rem);
  display: block;
  margin: 2rem 0 2rem 35%;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.map-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 160px;
  margin-right: -70px;
  margin-top: -70px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-wrapper.map-new-taipei-city {
  background-image: url("../img/map-new-taipei-city.svg");
}
.map-wrapper.map-KeelungCity {
  background-image: url("../img/map-KeelungCity.svg");
}
.map-wrapper.map-HsinchuCounty {
  background-image: url("../img/map-HsinchuCounty.svg");
}
.map-wrapper.map-HsinchuCity {
  background-image: url("../img/map-HsinchuCity.svg");
}
.map-wrapper.map-MiaoliCounty {
  background-image: url("../img/map-MiaoliCounty.svg");
}
.map-wrapper.map-NantouCounty {
  background-image: url("../img/map-NantouCounty.svg");
}
.map-wrapper.map-YunlinCounty {
  background-image: url("../img/map-YunlinCounty.svg");
}
.map-wrapper.map-ChiayiCounty {
  background-image: url("../img/map-ChiayiCounty.svg");
}
.map-wrapper.map-ChiayiCity {
  background-image: url("../img/map-ChiayiCity.svg");
}
.map-wrapper.map-TainanCity {
  background-image: url("../img/map-TainanCity.svg");
}
.map-wrapper.map-PingtungCounty {
  background-image: url("../img/map-PingtungCounty.svg");
}
.map-wrapper.map-YilanCounty {
  background-image: url("../img/map-YilanCounty.svg");
}
.map-wrapper.map-HualienCounty {
  background-image: url("../img/map-HualienCounty.svg");
}
.map-wrapper.map-TaitungCounty {
  background-image: url("../img/map-TaitungCounty.svg");
}
.map-wrapper.map-PenghuCounty {
  background-image: url("../img/map-PenghuCounty.svg");
}

.map-wrapper.map-changhua {
  background-image: url("../img/map-changhua.svg");
}
.map-wrapper.map-kaohsiung-city {
  background-image: url("../img/map-kaohsiung-city.svg");
}
.map-wrapper.map-taipei-city {
  background-image: url("../img/map-taipei-city.svg");
}
.map-wrapper.map-taoyuan-city {
  background-image: url("../img/map-taoyuan-city.svg");
}
.map-wrapper.map-taichung-city {
  background-image: url("../img/map-taichung-city.svg");
}
.signin-form, .signin-news {
  padding: 2.75rem;
  z-index: 101;
}
h2.signin-subtitle {
  font-size: 1.9rem;
  font-weight: bold;
  color: #727272;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
h2.signin-subtitle small {
  font-size: 1.425rem;
  font-weight: normal;
  color: #597285;
  margin-left: 1rem;
}
.form-row {
  padding: 0.85rem 0rem;
  margin: 0;
  border-bottom: none;
}
.form-row:last-child {
  padding: 0.85rem 0rem 0rem;
}
.form-row:nth-of-type(odd) {
  background-color: transparent;
}
.form-control, .input-group {
  margin: 0;
}
.form-control-lg {
  height: calc(2em + 1rem + 2px);
}
.form-control + .input-group-text {
  border-radius: 0;
  border-left: none;
}
.input-group-text .img-captcha {
  width: auto;
  height: 30px;
}
.input-group-append .btn-refresh {
  min-width: 60px;
  font-size: 1.25rem;
}
.btn-signin {
  font-size: 1.25rem;
  padding: 0.75rem 0;
  display: block;
  width: 100%;
  margin: 0;
}
.btn-signin [class*="fa-"] {
  margin-right: 0.35rem;
}
.signin-links {
  text-align: center;
}
.signin-link {
  font-size: 1.25rem;
  margin: 0 2rem;
  font-weight: bold;
}
ul.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.news-list li {
  list-style: none;
  display: block;
  margin: 1.25rem 0 0 0;
  padding: 0 0 1.25rem 0;
  border-bottom: 1px solid #dedede;
}
ul.news-list li:last-child {
  border-bottom: none;
}
ul.news-list li span.news-date, div.news-date {
  display: block;
  margin-bottom: 0.35rem;
  color: #999;
}
ul.news-list li a {
  display: block;
  font-size: 1.15rem;
  line-height: 1.35;
}
.news-more {
  text-align: right;
}
.btn-more {
  font-size: 1.125rem;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin: 0;
  background-color: #864a89;
  border-color: #864a89;
}
.btn-more:hover, .btn-more:active {
  color: #fff;
  background-color: #591a4a;
  border-color: #591a4a;
}
.modal-body ul.news-list li {
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.75rem 0;
}
.modal-body ul.news-list li span.news-date {
  margin-bottom: 0.125rem;
}
.signin-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
.signin-footer .footer-wrapper {
  padding: 1rem 1.5rem;
}
.page-signin-editorial + .signin-footer {
  position: relative;
  bottom: auto;
  left: auto;
}
@media (max-width: 1750px) {
  .signin-map-twn {
    width: 490px;
    margin-left: -406px
  }
  .signin-map-twn.query-map {
    margin-left: -386px
  }
  .signin-wrapper {
    width: 920px;
  }
  .signin-wrapper.query-wrapper {
    width: 460px;
  }
  .signin-form, .signin-news {
    padding: 1.75rem;
  }
  h2.signin-subtitle {
    font-size: 1.65rem;
  }
  h2.signin-subtitle small {
    font-size: 1.35rem;
    margin-left: 0.75rem;
  }
}
@media (max-width: 1550px) {
  .signin-map-twn {
    width: 430px;
    margin-left: -356px
  }
  .signin-map-twn.query-map {
    margin-left: -346px;
  }
  .signin-wrapper {
    width: 800px;
  }
  .signin-wrapper.query-wrapper {
    width: 400px;
  }
  .map-wrapper {
    width: 145px;
    height: 145px;
    margin-right: -60px;
    margin-top: -60px;
  }
  .form-row {
    padding: 0.65rem 0rem;
    border-bottom: none;
  }
  .form-row:last-child {
    padding: 0.65rem 0rem 0rem;
  }
  .form-control-lg {
    font-size: 1.05rem;
    height: calc(1.8em + 0.75rem + 2px);
  }
  .input-group-append .btn-refresh {
    min-width: 40px;
    font-size: 1rem;
  }
  .btn-signin {
    font-size: 1rem;
    padding: 0.55rem 0;
  }
  .signin-link {
    font-size: 1rem;
  }
  ul.news-list li {
    margin: 0.7rem 0 0 0;
    padding: 0 0 0.7rem 0;
  }
  ul.news-list li a {
    font-size: 1rem;
  }
  .btn-more {
    font-size: 1rem;
  }
}
@media (max-width: 1285px) {
  .signin-map-twn, .signin-map-twn.query-map {
    left: 50px;
    margin-left: 0;
    transform: translate(0, -50%);
  }
  .signin-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .map-wrapper {
    margin-right: -35px;
  }
}
@media (max-width: 1200px) {
  .page-signin.page-signin-editorial {
    min-height: calc(100vh - 210px);
  }
}
@media (max-width: 991px) {
  html, body, .page-layout {
    height: auto;
  }
  body {
    overflow-y: auto;
  }
  .signin-header {
    position: relative;
  }
  .signin-header.header .navbar-main {
    padding: 0 1rem;
  }
  .signin-map-twn {
    display: none;
  }
  .page-signin.page-signin-editorial {
    min-height: calc(100vh - 165px);
  }
  .signin-wrapper, .signin-wrapper.query-wrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 94%;
    height: auto;
    margin: 1.5rem auto;
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.25);
  }
  .signin-wrapper::before {
    display: none;
  }
  .signin-content-wrapper {
    width: 94%;
    margin: 1.5rem auto;
  }
  .map-wrapper {
    display: none;
  }
  .signin-form {
    background-color: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .signin-wrapper.query-wrapper .signin-form {
    border-radius: 1.25rem;
  }
  .signin-footer {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  h2.signin-subtitle {
    font-size: 1.35rem;
  }
  h2.signin-subtitle small {
    font-size: 1rem;
  }
  ul.news-list li a {
    font-size: 0.925rem;
  }
  .btn-more {
    font-size: 0.925rem;
  }
}
@media (max-width: 550px) {
  .signin-form, .signin-news {
    padding: 1.25rem;
  }
  .input-group-text .img-captcha {
    width: 60px;
    height: auto;
  }
  .signin-link {
    margin: 0 0.5rem;
  }
}
@media (max-width: 460px) {
  h2.signin-subtitle small {
    margin-left: 0rem;
    margin-top: 0.5rem;
    display: block;
  }
}
.show-password-toggle {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
}
.input-password-group .show-password-toggle {
  right: 1.4rem;
  width: 17px;
  height: 17px;
  background-size: 17px auto;
}
.show-password-toggle.icon-eye-close {
  background-image: url("../img/icon-eye-close.svg");
}
.show-password-toggle.icon-eye-open {
  background-image: url("../img/icon-eye-open.svg");
}