@charset "UTF-8";
/* line 6, ../sass/login.scss */
body {
  background: none;
  padding: 0;
  margin: 0;
  font-family: '微軟正黑體', 'Source Sans Pro', STHeiti, arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
}

/* line 15, ../sass/login.scss */
.wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh);
  margin: 0 auto;
  background: linear-gradient(to right, rgba(245, 214, 110, 0.8) 0%, rgba(225, 216, 139, 0.85) 30%, rgba(105, 229, 236, 0.8) 100%);
}
/* line 21, ../sass/login.scss */
.wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.85;
  z-index: -1;
}

/* line 40, ../sass/login.scss */
.bg {
  width: 100%;
  height: 100%;
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, rgba(80, 163, 162, 0.5) 0%, rgba(83, 227, 166, 0.3) 100%);
}

/* line 48, ../sass/login.scss */
.LoginBox {
  width: 330px;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  padding: 40px 25px;
  /* margin:-155px 0 0 -177px; */
  border: 1px solid #ccc;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(-50%, -40%, 0);
  -moz-transform: translate3d(-50%, -40%, 0);
  -o-transform: translate3d(-50%, -40%, 0);
  transform: translate3d(-50%, -40%, 0);
}
@media screen and (max-width: 576px) {
  /* line 48, ../sass/login.scss */
  .LoginBox {
	width: 250px;
	padding: 25px 15px;
  }
}
/* line 68, ../sass/login.scss */
.LoginBox.error {
  height: 400px;
  margin-top: -173px;
}
/* line 72, ../sass/login.scss */
.LoginBox h3 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  color: #333;
}
/* line 80, ../sass/login.scss */
.LoginBox label {
  display: block;
  margin: 16px 0 0;
  width: 100%;
}

/* line 88, ../sass/login.scss */
.LoginBox label input[type=text], .LoginBox label input[type=password] {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 2px;
  color: #404040;
  height: 44px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: '微軟正黑體', 'Source Sans Pro', STHeiti, arial, sans-serif;
  font-weight: normal;
}

/* line 113, ../sass/login.scss */
button[type=submit], input[type=submit] {
  position: relative;
  width: 100%;
  display: block;
  margin: 16px 0;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  font-family: '微軟正黑體', 'Source Sans Pro', STHeiti, arial, sans-serif;
  font-size: 16px;
}
/* line 136, ../sass/login.scss */
button[type=submit]:hover, input[type=submit]:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(to bottom, #4d90fe, #357ae8);
}
/* line 147, ../sass/login.scss */
button[type=submit]:active, input[type=submit]:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(to bottom, #4d90fe, #357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 160, ../sass/login.scss */
.copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: rgba(229, 239, 233, 0.75);
}
/* line 166, ../sass/login.scss */
.copyright p {
  padding: 10px 15px;
  margin: 0;
  text-align: center;
}
/* line 170, ../sass/login.scss */
.copyright p .logo {
  display: inline-block;
  width: 200px;
  padding-left: 10px;
}
/* line 175, ../sass/login.scss */
.copyright p img {
  max-width: 100%;
  height: auto;
  vertical-align: sub;
}

/* line 183, ../sass/login.scss */
.g-recaptcha {
  width: 100%;
  margin-top: 16px;
}

/* line 188, ../sass/login.scss */
.error {
  text-align: center;
  color: red;
  font-weight: 700;
}
.TFA_box {
  background-color: #f9f9f9;
 padding: 10px 28px 20px;
 
}
.TFA_container {
 align-items: center;
 flex-direction: row;
 justify-content: center;
 max-width: 280px;
 border-radius: 2px;
 gap: 20px;
 cursor: text;
 border: 1px solid rgba(0,0,0,0);
 position: relative;
 display: flex;
 }

input.TFA_Input {background: none;outline: none;border: none;border-bottom: 2px solid #ccc;padding: 0;color: #333;width: 40px;font-size: 28px;font-family: inherit;font-weight: 500;text-align: center;}