@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	background-image: url(../images/index-bgC.webp);
	background-position: center top;
	background-repeat: no-repeat;
	font-family:'Roboto','sans-serif','微軟正黑體','Microsoft JhengHei';
	height: 100%;
	height: 100vh;
	width: 100%;
	position: relative;
}
.indexMain {
	max-width: 600px;
	width: 96%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-bottom: 1px solid #fff;
	background-color: rgba(255,255,255,.90);
}
.title {
	color: #333333;
	font-size: 30px;
	padding-top: 25px;
	text-align: center;
	
	background-image: url(../images/logo_s.png);
	background-repeat: no-repeat;
	background-position: left 25px;
	margin-left: 100px;
}
.formBox ul {
	max-width: 375px;
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
}
.formBox ul li {
	width: 100%;
	display: block;
	padding-left: 70px;
	position: relative;
	height: 35px;
	margin: 18px 0;
	line-height: 30px;
}
.formBox ul li .text01 {
	width: 100%;
	border: 1px solid #999;
	padding: 2px 5px;
	height:35px;
	
}
.formBox ul li .text02 {
	width: 150px;
	border: none;
	border: 1px solid #999;
	padding: 3px 5px;
}
.formBox ul li .captcha_txt {
	width: 100%;
}
.formBox ul li .captcha_txt a {
	font-size: 13px;
	color: #111;
	line-height: 25px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.formBox ul li .captcha_txt a * {
	vertical-align: sub;
}
.formBox ul li:before {
	display: block;
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	width: 70px;
	left: 0;
}
.formBox ul li.account:before {	content: '帳號';} 
.formBox ul li.passw:before {	content: '密碼';} 
.formBox ul li.captcha:before {	content: '驗證碼';} 
.formBox ul li.last {
	padding-left: 0;
	margin-top: 30px;
}
.buttonaction {
	display: block;
	width: 48%;
	background-color: #555E63;
	color: #fff;
	line-height: 32px;
}
.buttonaction.rightP {
	float: right;
	background-color:  #555E63;
}
.copy {
	background-color: rgba(85,94,99,.85);
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	padding: 15px 10px;
	text-align: center;
	line-height: 26px;
}
.copy span {
	/*display: inline-block;*/
	/*width: 20%;*/
	/*margin: 0 1%;*/
	
}
.copy span.add {
	width: 80%;
}
.add p {
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	body {
		background-position: 20% top;
	}
	.title {
	font-size:25px;
	margin-left: 90px;
	}
	.formBox ul li .text02 {
    	width: 90px;
	}
	.copy {
		padding: 15px 4px;
	}
	.copy span.add ,.copy span {
		width: 98%;
	}
	.copy p {
		-webkit-transform: scale(0.8);
		width: 125%;
		margin-left: -12.5%;
	}
}
@media only screen and (max-width: 600px) {
	.title {margin-left: 70px;	}
	
}
@media only screen and (max-width: 500px) {
	.title {margin-left: 10px;	
	font-size: 30px;
	padding-left: 70px;}
	.copy {	font-size: 12px;}	
}
@media only screen and (max-width: 450px) {
	.title {
	margin-left: 30px;
	font-size: 20px;
	padding-left: 50px;
	background-image: url(../images/logo_a.png);
}

}
@media only screen and (max-width: 320px) {
	.title {	margin-left: 10px;
	padding-left: 60px;}

}