/* 字體 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "Times New Roman";
  src: url(../../fonts/times_1.ttf);
}

@font-face {
  font-family: "Noto Sans TC";
  src: url(../../fonts/Noto/NotoSansTC-Regular.otf);
}

@font-face {
  font-family: "NotoSerifTC-Bold";
  src: url(../../fonts/Noto/NotoSerifTC-Bold.otf);
}

@font-face {
  font-family: "NotoSerifTC-SemiBold";
  src: url(../../fonts/Noto/NotoSerifTC-SemiBold.otf);
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/*login form*/
.main {
  width: 100%;
  height: 101vh;
  margin-top: -1px;
  position: relative;
  background-image: url("../img/04/02/01/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.form-title {
  width: 73%;
  margin: 4% auto auto auto;
  color: #e8bf50;
  font-weight: bold;
  display: block;
}

.form-title::after {
  content: "";
  display: block;
  clear: both;
}

.title-txt-l {
  height: 52px;
  font-family: "NotoSerifTC-Bold";
  font-size: 4.8vw;
  letter-spacing: 0.8vw;
  float: left;
  line-height: 52px;
}

.title-txt-m {
  width: 1px;
  height: 15px;
  margin: 19px 3% 0 2%;
  float: left;
  background-color: #e8bf50;
}

.title-txt-r {
  font-family: "Times New Roman";
  font-weight: 900;
  font-size: 4vw;
  line-height: 54px;
  letter-spacing: 0.8vw;
  float: left;
}

.form-txt {
  width: 100%;
  text-align: center;
  margin-top: 0%;
  color: #fff;
}

.form-txt h4 {
  font-size: 3vw;
  letter-spacing: 0.2vw;
  font-family: "Noto Sans TC";
  line-height: 30px;
  position: relative;
  margin: 0.3% 0 0 0;
  font-weight: 300 !important;
}

.form-txt h5 {
  font-size: 3vw;
  letter-spacing: 0.2vw;
  font-family: "Times New Roman" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  position: relative;
  margin: 0.1% 0 5% 0;
  font-weight: 300 !important;
}

.form {
  width: 86%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form form {
  width: 94%;
  margin: 0 auto;
}

.form input[type="text"],
.form input[type="password"] {
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #e8bf50;
  width: 100%;
  box-sizing: border-box;
  height: 7vw;
  line-height: 7vw;
  font-size: 4vw;
  outline: none;
  color: #e8bf50;
  margin-bottom: 25px;
  letter-spacing: 0.3vw;
  padding: 0 2%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.form input::placeholder {
  color: #e8bf50 !important;
}

.form input[type="submit"],
.form input[type="reset"] {
  width: 34%;
  line-height: 6vw;
  vertical-align: middle;
  background-color: transparent;
  font-family: "Noto Sans TC";
  font-size: 3.5vw;
  color: #fff !important;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 0;
  font-weight: 300 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  letter-spacing: 0.3vw;
  cursor: pointer;
}

.form input:hover {
  color: #e8bf50;
}

.submit1 {
  margin: 3% 5% 0 10%;
}

.submit1:hover,
.submit2:hover {
  opacity: 0.7;
}

.submit2 {
  margin: 3% 10% 0 5%;
}
