@import url("reset.css");

body{

}


/*登入畫面*/

.login_all {
	font-family: "font-family: Arial", "Microsoft JhengHei";
}
.login_head {
	width: 100%;
	float: left;
	height: 85px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.login_content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.login_head_left {
	float: left;
	width: 600px;
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
}
.login_head_right {
	color: #fff;
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 30px;
}
.login_box {
	height: 670px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: rgba(255,255,255,1);
	background-image: url(/admin/images/login.jpg);
	background-position: center center;
}
.box {
	background-color: rgba(0,0,0,0.8);
	float: right;
	height: 220px; /* 220px */
	width: 420px; /* 400px */
	border-radius: 15px;
	margin-top: 200px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-right:330px;
}

.title_1{
	font-size: 26px;
	line-height: 30px;
}

.login_foot {
	float: left;
	width: 100%;
	margin-top: 0px;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	background-color: #fff;
}

.login_input {
	border: 1px solid rgba(255,255,255,1);
	text-indent: 10px;
	height: 24px;
	border-radius: 3px;
}


.g-recaptcha {
    /*width: 275px;*/
    transform: scale(0.91);
    -webkit-transform: scale(0.91);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}