/*======agency======*/
body{
	font-family: "微軟正黑體", "Segoe UI", Arial, sans-serif;
	background-color:#464775;
	height:100%;
}
.container{
	position:relative;
	width:100%;
	height:100%;
	display:table;
	min-height:720px;
}
.login-unit{
	display:table-cell;
	vertical-align:middle;
	width:620px;
}
.logo{
	width:260px;
	margin-bottom:45px;
}
.input{
	width:280px;
	height:45px;
	margin:-5px auto 0 auto;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.input:focus{
	border-color: #ccc;
}
.btn-unit{
	width:280px;
	margin: 5px auto 0 auto;
}
#alert-text{
	margin-top:30px;
	color:#edbe48;
}
#alert-text a{
	color:#edbe48;
	font-weight:bold;
	text-decoration:none;
}
#alert-text a:hover{
	opacity: .8;
}

/*---btn-xl---*/
.btn-xl{
	margin-left:10px;
	padding:12px 75px;
	border-color: #6E71B7;
	background-color:#6E71B7;
	color:#fff;	
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
	outline:0 none !important; 
}
.btn-xl:hover, .btn-xl:active{
	border-color: #5F6599;
	background-color:#5F6599;
	color:#fff;
}
.btn-xl:focus{
	border-color: #6E71B7;
	background-color:#6E71B7;
	color:#fff;
}
/*------------*/
.footer{
	margin-top:100px;
}
.footer-text{
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:0 15px;
	border-right:#FFF solid 1px;
	line-height:40px;
}
.footer-text:last-child{
	border:none;
}
.footer-text:hover{
	color:#fff;
	opacity: .8;
	text-decoration:none;
}
.footer-text:active, .footer-text:focus{
	color:#fff;
	text-decoration:none;

}

@media(max-width:640px){
.login-unit{
	width:240px;
}
.login-unit .logo{
	width:240px;
}
.btn-unit{
	width:260px;
}
.login-unit .input{
	width:100%;
}
.btn-xl{
	padding:12px 65px;
}
.footer-text{
	display: inline-block;
	border-right:none;
}