@charset "UTF-8";
.f-danger {
  color: #ff5858;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  display: block;
  max-width: 100%;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

body {
  background-color: #ece6d6;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

.content {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.content .container {
  width: 75%;
  margin: 3% auto 5% auto;
  min-height: auto;
}
@media screen and (min-width: 1280px) {
  .content .container {
    width: 50%;
  }
}
.content .container main {
  width: 100%;
  margin: 0 auto;
  max-width: 620px;
  padding: 0.5em;
  border-radius: 5px;
  color: #9b9c9c;
  background-color: #ece6d6;
}
.content .container main .container {
  width: 100%;
  margin: 3% auto;
}
.content .container main h2.title {
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #323031;
  padding: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.content .container main .text {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.8em;
  color: #2f2e2c;
}
.content .container main .text a {
  color: #2f2e2c;
  font-weight: bold;
  text-decoration: underline;
}
.content .container main .text a:hover {
  color: #988957;
}
.content .container main .forms_import {
  width: 100%;
}

.signInLogo {
  width: 100%;
}
.signInLogo img {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}

.form {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.form--styleA input[type=text], .form--styleA input[type=password], .form--styleA input[type=email], .form--styleA input[type=number] {
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 0 auto 3% auto;
  background-color: #fff;
  color: #2f2e2c;
  font-size: 0.9em;
  padding: 0 0 0 14px;
  border: none;
}
.form--styleA input[type=text]::-webkit-input-placeholder, .form--styleA input[type=password]::-webkit-input-placeholder, .form--styleA input[type=email]::-webkit-input-placeholder, .form--styleA input[type=number]::-webkit-input-placeholder {
  color: #c0c0c0;
}

.form--styleA p {
  width: 100%;
  text-align: left;
  color: #655933;
  font-size: 0.8em;
  font-weight: bold;
}

.form--styleA input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px;
  float: left;
}

.form--styleA label {
  font-size: 0.9em;
  line-height: 1.8em;
  color: #2f2e2c;
}
.form--styleA label a {
  font-size: 0.9em;
  color: #2f2e2c;
  font-weight: bold;
  text-decoration: underline;
}
.form--styleA label a:hover {
  color: #988957;
}

.box {
  width: 88%;
  margin: 10px auto;
  padding: 5px;
}

.box--styleB {
  border: 1px solid #c40000;
  color: #c40000;
}

.list {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  display: inline-block;
}

ol.list, ul.list {
  margin-bottom: 0;
  text-align: left;
}

/*listStyle--A*/
.list--styleA li {
  margin-left: 50px;
}

/*listStyle--B*/
.list--styleB li {
  list-style: none;
  font-size: 15px;
  color: #c40000;
}
.list--styleB li:nth-child(n+2) {
  margin-left: 40px;
}
.list--styleB li:first-child {
  width: 10px;
  height: 100%;
  color: #c40000;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin: 3% auto;
}
.btn_group a {
  width: 90%;
  display: block;
  padding: 2px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #655933;
  border: 1px solid #655933;
}
.btn_group a:hover {
  background-color: #988957;
  border: 1px solid #988957;
}