* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Microsoft JhengHei", sans-serif;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
}

.swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
  width: 90%;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 20px;
  text-align: center;
}

.main h1 {
  font-weight: 400;
}

.main #login-form {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.main .item {
  margin-top: 20px;
}

.main .item label {
  display: block;
  width: 100%;
  padding: 5px 0px;
  text-align: left;
}

.main .item input {
  width: 100%;
  color: white !important;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #ccc;
  padding: 5px;
}

.main .item input:focus {
  border-color: #66afe9;
  outline: 0;
}

.main .item input:hover {
  border-color: #66afe9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.main .feedback {
  text-align: left;
  margin: 15px 0px;
  color: #F00;
  font-size: 14px;
}

.main .submit-btn {
  width: 80%;
  height: 30px;
  background-color: #B37B13;
  border: 1px solid white;
  color: white;
}

.main .submit-btn:hover {
  background-color: #1F76D2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

footer {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  text-align: center;
  margin-bottom: 5px;
}

#logged-content .maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#logged-content .maps .map {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-width: 140px;
  display: block;
  color: white;
  font-size: 20px;
  text-decoration: none;
  border-radius: 3px;
}

#logged-content .maps .map:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #4F06FF;
  -webkit-transition: .3s;
  transition: .3s;
}

#logged-content .maps img {
  width: 100%;
}

#logged-content .maps .caption {
  padding-bottom: 10px;
}

#logged-content .zip-pw {
  display: inline-block;
  margin-top: 10px;
}

#logged-content .zip-pw .title {
  text-align: left;
  font-size: 12px;
  color: #aaa;
}
/*# sourceMappingURL=style.css.map */