body{
  background-image: url("/19/index/首頁1_small.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-user-select : none;
  -webkit-user-select: none;
}

.bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.3);
}

.box {
  background-color: white;
  width: 30%;
  height: 60vh;
  min-height: 300px;
  position: absolute;
  left: 35%;
  text-align: center;
}

.close {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.loglink {
  background-color: #fff9dc;
  border-bottom: 1px #0163b0 solid;
  font-size: 18px;
  width: 100%;
  height: 10vh;
  line-height: 50px;
  min-height: 50px;
}

.loglink p {
  color:#0163b0;
  text-align: center;
  line-height: 10vh;
}

#input_area {
  position: absolute;
  width: 100%;
  height: 35.5vh;
  min-height: 250px;
  top: 12.5vh;
  left: 0vw;
  overflow: hidden;
}

#input_area input {
  line-height: 40px;
  left: 15%;
  width: 70%;
  margin-top: 5%;
}

#box-footer {
  position: absolute;
  top: 48vh;
  width: 100%;
  height: 12vh;
}

.box button {
  height: 5vh;
  background-color: #0163b0;
  border: none;
  color: white;
  padding: 1vh 1.5vh 1vh 1.5vh;
  text-align: center;
  font-size: 2vh;
  position: absolute;
  margin-bottom: 2vh;
  margin-right: 4.5vh;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width:1200px) {
  body {
    background-image: url("/19/index/首頁1手機背景.png");
  }

  .box {
    width: 80%;
    left: 10%;
  }
}