@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Microsoft Jhenghei", 微軟正黑體, Verdana, sans-serif;
}

p {
  margin: 0;
  font-family: "Microsoft Jhenghei", 微軟正黑體, Verdana, sans-serif;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  font-size: large;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 1.3rem;
  color: #3F3D56;
}

#app {
  width: 100%;
  height: 100%;
}

.innerHtml {
  display: flex;
  background-color: rgba(0, 0, 0, 0.568);
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.innerHtml.login {
  background: linear-gradient(90deg, #90d3aa 0%, #bde8dd 51%, #e8f6e8 100%);
}
.innerHtml.login::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/login/back.jpg);
  z-index: 0;
  opacity: 0.1;
  filter: hue-rotate(85deg);
  background-repeat: no-repeat;
  background-size: cover;
}
.innerHtml .mid-content {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  padding: 5% 0;
  z-index: 1;
}
.innerHtml .mid-content > .tittle {
  display: flex;
  white-space: nowrap;
  margin-bottom: 40px;
  text-align: center;
  width: fit-content;
  vertical-align: middle;
  justify-content: center;
  height: fit-content;
  align-items: center;
}
.innerHtml .mid-content > .tittle h1 {
  margin-right: 30px;
  display: none;
}
.innerHtml .mid-content > .tittle h1, .innerHtml .mid-content > .tittle h2 {
  color: white;
}
.innerHtml .mid-content > .tittle h2 {
  background-color: #bde8dd;
}
.innerHtml .mid-content > .tab-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0.1rem;
  gap: 0.3rem;
}
.innerHtml .mid-content > .tab-buttons div.button,
.innerHtml .mid-content > .tab-buttons > a {
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1.5;
  height: 100%;
  font-weight: bold;
}
.innerHtml .mid-content > .tab-buttons > a {
  box-shadow: rgba(36, 30, 56, 0.1) 0px 2px 7px 3px;
  background-color: rgba(0, 77, 19, 0.49);
  backdrop-filter: blur(3px);
}
.innerHtml .mid-content > .tab-buttons .button.mail {
  flex-direction: column;
  border-radius: 3px;
  flex: 2;
  background-color: rgba(255, 255, 255, 0.8);
}
.innerHtml .mid-content > .tab-buttons .button.mail p {
  font-size: 1rem;
  color: #00283d;
}
.innerHtml .mid-content > .tab-buttons .button.mail p:nth-child(1) {
  font-size: 1.3rem;
  font-weight: bold;
}
.innerHtml .mid-content > .list {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  padding: 0rem 0 4.5rem;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.innerHtml .mid-content > .list p {
  color: #3d3d3d;
  font-size: 0.9rem;
}
.innerHtml .mid-content > .list > .icon {
  padding: 30px 0 0 60px;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.innerHtml .mid-content > .list > .icon img {
  max-height: 80px;
  align-self: flex-start;
  max-width: 90%;
}
.innerHtml .mid-content > .list > .icon p {
  font-size: 20px;
  color: #0a2219;
  margin-top: 1rem;
}
.innerHtml .mid-content > .list > .text {
  display: flex;
  width: 100%;
  padding: 0 60px;
  gap: 2rem;
}
.innerHtml .mid-content > .list > .text > div {
  flex: 1;
}
.innerHtml .mid-content > .list > .text > .left-text > div {
  display: flex;
  flex-direction: column;
}
.innerHtml .mid-content > .list > .text > .left-text > div > .input-box {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.innerHtml .mid-content > .list > .text > .left-text > div > .input-box h3 {
  text-wrap: nowrap;
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
}
.innerHtml .mid-content > .list > .text > .left-text > div > .input-box h3.tittle {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #3d3d3d;
}
.innerHtml .mid-content > .list > .text > .left-text > div > .input-box > .input {
  display: flex;
  width: 100%;
  max-width: 480px;
  align-items: center;
  position: relative;
}
.innerHtml .mid-content > .list > .text > .left-text > div > .input-box > .input select {
  display: inline-block;
  border: initial;
  border: 1px solid #35ac53;
  border-radius: 5px;
  width: 100%;
  line-height: 26px;
  outline: none;
  text-align: center;
  text-align-last: center;
  padding: 5px 36px 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: initial;
  color: #00283d;
  font-size: 1.2rem;
  height: 40px;
  cursor: pointer;
}
.innerHtml .mid-content > .list > .text > .left-text > div > .input-box > .input .drop-button {
  position: absolute;
  background: #35ac53;
  width: 36px;
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  pointer-events: none;
  color: #FFF;
  align-items: center;
  justify-content: center;
}
.innerHtml .mid-content > .list > .text > .right-submit {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify {
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 405px;
  height: fit-content;
  border-radius: 10px;
  padding: 5%;
  padding-top: 0;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > div {
  margin-bottom: 35px;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .text {
  display: flex;
  align-items: center;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .text .verify-input {
  font-size: 20px;
  border-radius: 5px;
  height: 38px;
  width: 48%;
  padding-left: 10px;
  border: 1px solid #aeaeae;
  margin-left: 20px;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .text .verify-input:focus {
  outline: none;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .text h3 {
  color: #3d3d3d;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .pic {
  display: flex;
  text-align: center;
  border-radius: 5px;
  height: 38px;
  border: 1px solid #aeaeae;
  align-items: center;
  justify-content: center;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .pic .codebox {
  display: flex;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .verify-submit {
  padding: 5px 40px;
  line-height: 36px;
  background: #35ac53;
  color: #FFF;
  border: 1px solid #35ac53;
  height: auto;
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s;
}
.innerHtml .mid-content > .list > .text > .right-submit .verify > .verify-submit:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.innerHtml .mid-content > .list > .list-submit {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 45px;
}
.innerHtml .mid-content > .list > .list-submit > div {
  padding: 10px 40px;
  font-size: 1.875rem;
  line-height: 36px;
  border-radius: 15px;
  display: inline-block;
  transition: 0.5s;
  background: rgb(39, 136, 85);
  color: #FFF;
  height: auto;
  width: auto;
  cursor: pointer;
}
.innerHtml .mid-content > .list > .list-submit > div h3 {
  font-weight: 300;
}
.innerHtml .mid-content > .list > .list-submit > .login {
  transition: 0.3s box-shadow;
}
.innerHtml .mid-content > .list > .list-submit > .login h3 {
  color: white;
}
.innerHtml .mid-content > .list > .list-submit > .login:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.innerHtml .mid-content > .list > .list-submit > .reset {
  background: transparent;
  transition: background 0.3s;
}
.innerHtml .mid-content > .list > .list-submit > .reset h3 {
  color: #35ac53;
  font-weight: 400;
  transition: color 0.3s;
}
.innerHtml .mid-content > .list > .list-submit > .reset:hover {
  background: #F28200;
}
.innerHtml .mid-content > .list > .list-submit > .reset:hover h3 {
  color: white;
}

@media only screen and (max-width: 768px) {
  .innerHtml .mid-content {
    width: 98%;
  }
  .innerHtml .mid-content > .tittle {
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0;
  }
  .innerHtml .mid-content > .tittle h1 {
    font-size: 1.7rem;
    margin-right: 0px;
  }
  .innerHtml .mid-content > .tittle h2 {
    font-size: 1.5rem;
  }
  .innerHtml .mid-content > .tab-buttons {
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
  .innerHtml .mid-content > .tab-buttons div.button, .innerHtml .mid-content > .tab-buttons > a {
    font-size: 1rem;
    flex: 1;
    padding: 0;
    height: 4rem;
  }
  .innerHtml .mid-content > .tab-buttons div.button, .innerHtml .mid-content > .tab-buttons > a > div {
    width: 100%;
  }
  .innerHtml .mid-content > .tab-buttons .button.mail {
    flex: initial;
    width: 100%;
  }
  .innerHtml .mid-content > .list > .icon {
    padding: 1rem 0 0 0.3rem;
    margin-bottom: 2rem;
  }
  .innerHtml .mid-content > .list > .text {
    padding: 0.5rem;
    flex-direction: column;
  }
  .innerHtml .mid-content > .list > .text > .right-submit .verify > .text h3 {
    font-size: 1.5rem;
    text-wrap: nowrap;
  }
  .innerHtml .mid-content > .list > .text > .right-submit .verify > .text .verify-input {
    width: 100%;
  }
  .innerHtml .mid-content > .list > .text > .right-submit .verify > .pic {
    height: 3rem;
  }
  .innerHtml .mid-content > .list > .text > .left-text > form > .input-box {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .innerHtml .mid-content > .list > .text > .left-text > form > .input-box > .input {
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .innerHtml .mid-content > .list > .list-submit {
    padding: 0 0.5rem 0 0.5rem;
    gap: 0.8rem;
    justify-content: space-between;
    max-width: 405px;
    margin: 0 auto;
    width: 100%;
    padding: 0 4%;
    flex-direction: column;
  }
  .innerHtml .mid-content > .list > .list-submit h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  .innerHtml .mid-content > .list > .text > .right-submit {
    margin-bottom: 0;
  }
  .innerHtml .mid-content > .list > .text > div {
    max-width: 405px;
    margin: 0 auto;
    width: 100%;
  }
  .innerHtml .mid-content > .list > .text > .left-text > div {
    padding: 0 5%;
  }
}

/*# sourceMappingURL=main.css.map */
