@charset "utf-8";
/* 登入頁專用 */

body, html {
	height: 100%;
	background: #fff9fa url(../images/BG.jpg) fixed center bottom;
	line-height: 1.8;
}
.LoingArea .container {
	background: #fff;
	width:70%;
	box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	font-size:14PX;
}
.loginTab .tabs {
	background: #fff;
}
.loginTab .tabs nav ul li {
	background: #d6d6d6;
}
#LeftBox .content-wrap {
	padding: 2em;
}
#LeftBox .content-wrap .form-group {
	margin-bottom: 10px;
}

#RightBox, #LeftBox{
	padding:0px;}

#LeftBox {
	line-height: 1.8;
	color: #333;
	min-height: 300px;
}
#RightBox {
	background: #f9f0e0;
	min-height: 300px;
}
#RightBox .law {
	font-size: 14px;
	color: #4f371c;
	padding: 20px;
}

 @media (max-width:735px) {
.LoingArea .container {
	width: 90%;
}
}

 @media (max-width: 992px) {
#RightBox ul li.des {
	display: block;
}
#RightBox {
	width: 100%;
}
#LeftBox {
	width: 100%;
}
#section-linebox-3 h1 {
	color: #0abea6;
}
#section-linebox-3 h5 {
	color: #595757;
}
}
/*Logo*/
.logo {
	text-align: center;
}
/*驗證碼*/	
.code input {
	width: 120px;
	float: left;
	margin-right: 5px;
	height: 34px;
}
.code-img button {
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	background: none;
}
.code-img img {
	float: left;
}
.btn-wrap .btn {
	margin: 2px 0px;
}
.btn-wrap {
	text-align: center;
}

.remindInfo{
	text-align:center;
	margin-bottom:10px;}

.icon_user {
	width: 50px;
	text-align: center;
	display: inline-block;
}
.icon_user img {
	width: 100%;
	display: inline-block;
}
