
/*背景底圖*/
body{

    background: #000 url('../img/bg.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;

}

/*登入選項底色*/
.login_frame2 {
	padding: 13px;
	background-color: #f0cb68;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 2px 4px 2px #72460c;
}

form p > * {
	display: inline-block;
	vertical-align: middle;
}

/*帳號密碼底色*/
.label_input {
	font-size: 16px;
	font-family: 宋體;
	width: 65px;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	text-align: center;
	color: white;
	background-color: #861a2c;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/*白色輸入框*/
.text_field {
	width: 278px;
	height: 35px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 0;
}

@media (max-width: 425px) {

	.text_field {
		width: 190px;
	}
}

.login_control {
	adding: 0 28px;
}

/*最下方文字設定*/
.Copyrights{
	text-align:center;
	padding-top:15px;
	color:#242424;
	font-weight:600;
}