* {
  margin: 0;
  padding: 0;
}
body, button, a, div, h1, h2, h3, h4, p, code {
  font-family: "微軟正黑體", Helvetica, Times New Roman;
  color: #fff;
}
html, body {
  width: 100%;
  height: 100%;
}
#bg {background-image: url(../images/bg_img.jpg);}
ul {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: none;}
.content{
	margin: 50px auto;
	width: 1000px;
	height: 768px;
	text-align: center;
	background-image: url(../images/bg_content.jpg);
	box-shadow: 0px 0px 10px #1D1F20;
	border-radius: 10px;
}
.content .login_box{
	margin: 0 auto;
	float: none;
	width: 710px;
	padding-top: 80px;
}
.content .login_box .company{
	width: 680px;
	height: 120px;
	margin: 0 auto;
}
.content .login_box .all{
	width: 680px;
	margin: 20px auto;
}
.l_box{
	display: inline-block;
	color: #545454;
	width: 255px;
	height: 130px;
	background-image: url(../images/login_img.jpg);
}
.r_goin{
	display: inline-block;
	width: 420px;
	text-align: left;
	vertical-align: top;
}
.r_goin >button{
	width: 120px;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.r_goin .but01{
	background-color: #54C5C5;
	border-color: #48B9D1;
	margin-right: 20px;
}
.r_goin .but01:hover{
	background-color: #51B9B9;
	border-color: #52BFB7;
}
.r_goin .but02{
	background-color: #F386C7;
	border-color: #EF79C3;
}
.r_goin .but02:hover{
	background-color: #E979BB;
	border-color: #E071B7;
}
.r_goin > div > label{
	color: #545454;
}
.footer{
	font-size: 16px;
	font-weight: bold;
}
.footer span{
	margin-right: 15px;
}
.footer > span > a:hover{color: #FFEA00;}