@charset "utf-8";

/* CSS Document */

@import url("reset.css");
body {
  font-size: 1em;
  font-family: "Microsoft JhengHei", Ariel;
  background: #E7F3F6 url(login_bg.png) 50% 0 no-repeat;
}

.wrap {
  width: 100%;
}

.header {
  width: 100%;
  margin: 15px 0;
  text-align: center;
}

.logo {
  padding: 8px;
}

.frame {
  width: 100%;
  margin: 0 auto;
}

.login {
  width: 400px;
  background: #fff;
  border-radius: 3px;
  overflow: auto;
  padding-top: 20px;
  margin: 0 auto;
}
.loginPre {
  width: 1000px;
  background: #fff;
  border-radius: 3px;
  overflow: auto;
  padding-top: 20px;
  margin: 0 auto;
}

form {
  padding: 20px;
}

.login form ul li label {
  width: 100%;
  vertical-align: middle;
  font-size: 1.2em;
}

.l_id {
  font-family: "微軟正黑體", Ariel;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0;
  padding: 8px;
  font-size: 1em;
  color: #000;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  display: table-cell;
  background:#E8F0FE;
}

input#code {
  width: 50%;
}

.loginBtn1{
  width: 100%;
  background: #FFB300;
  border: 0;
  padding: 12px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  margin: 5px 0;
}
.loginBtn1:hover{
  transition: all 1s;
  background: #dd8532;
}


.loginBtn2{
  width: 100%;
  background: #00A8EC;
  border: 0;
  padding: 12px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  margin: 5px 0;
}
.loginBtn2:hover{
  transition: all 1s;
  background: #00709E;
}

.loginBtn3{
  width: 100%;
  background: #ED6C9E;
  border: 0;
  padding: 12px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  margin: 5px 0;
}
.loginBtn3:hover{
  transition: all 1s;
  background: #E3007B;
}

.tb{display: table; width: 100%;} 
.tb div{display:table-cell;}
.tb div a{margin:10px 0; text-align: center; display: block; color: #666;}
.tb div input[type="submit"]{border: 0;}
.btnA{padding-right: 5px;}
.btnB input[type="submit"]{background: #F26100;}
.btnA input[type="submit"]{background: #71beb1;}

.login .forget {
  text-align: center;
  display: block;
  padding: 12px 0;
  color: rgb(134, 134, 134);
  text-decoration: underline;
  font-size: 14px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #666;
  padding: 15px 0;
}

a {
  color: #000;
  display: inline-block;
}

/*---------rwd----------*/

@media screen and (max-width: 996px) {
  .frame {
    margin: 5px 0;
  }
	.login {
	  width: 100%;
	}
	.loginPre {
	  width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.login {
	  width: 100%;
	}
	.loginPre {
	  width: 100%;
	}
}


/*共用table START*/
.wra_table {
	width: 100%;
	margin-bottom: 1rem;
}
.wra_table a{
    color: #007BFF;
}
.wra_table a:hover{
    color: #0056B3;
}
.wra_tdTitle {
	font-size:1.5em;
	height:40px;
	padding: 0.75rem;
	border-bottom: 1px solid #dee2e6;
}
.wra_tdField {
	font-size:1.5em;
	background-color: #B9E4FD;
	padding: 0.75rem;
	vertical-align: top;
	border-bottom: 1px solid #dee2e6;
}
.wra_tdDataLeft {
	font-size:1.5em;
	padding: 0.75rem;
	text-align:left;
	vertical-align: top;
	border-bottom: 1px solid #dee2e6;
}
.wra_tdDataLeftSmall {
	font-size:1.2em;
	padding: 0.5rem;
	text-align:left;
	vertical-align: top;
	border-bottom: 1px solid #dee2e6;
}
.wra_tdData {
	font-size:1.5em;
	padding: 0.75rem;
	text-align:center;
	vertical-align: top;
	border-bottom: 1px solid #dee2e6;
}

.wra_btnQuery {
	font-size:16px;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	margin-top:10px;
}
.wra_btn {
	font-size:16px;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
}
/*共用table END*/
.apply0Btn{
  width: 100%;
  background: #FFB300;
  border: 0;
  padding: 12px;
  color: #fff;
  font-size: 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  margin: 5px 0;
}
.apply1Btn{
  width: 100%;
  background: #E8641B;
  border: 0;
  padding: 12px;
  color: #fff;
  font-size: 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  margin: 5px 0;
}
.apply2Btn{
  width: 100%;
  background: #DF0024;
  border: 0;
  padding: 12px;
  color: #fff;
  font-size: 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  margin: 5px 0;
}
