html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto;
  /* Pad bottom by footer height */
}

/* Set the fixed height of the footer here */
#footer {
  font-size:15px;
  color:#fff;
  text-align:right;  
}
span.reference{
	position:fixed;
	right:10px;
	bottom:10px;
	font-size:15px;
	color:#666;
	font-family:"微軟正黑體";
}
span.reference a{
  color:#aaa;
  text-decoration:none;
}
.rememberme{
	color:#666;
	font-size:15px;
	font-family:"微軟正黑體";
	text-align:center;
	padding-top:20px;
}
.rememberme input[type=checkbox]{
	width:16px;
	height:16px;
	vertical-align:-3px;
	margin-right:7px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 10% 0;
}
.container .text-muted {
  margin: 20px 0;  
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

body {
  background:#eee url(../images/bg.jpg) repeat;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.logo{
	display:block;
	margin:auto;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"], .form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	opacity:.9;
	font-family:"微軟正黑體";
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	opacity:.9;
	font-family:"微軟正黑體";
}
.top-buffer{
	margin-top:20px;
}
.text-logo{
	font-size:36px;
	padding-bottom:20px;
	color:#fff;
	font-family:"微軟正黑體";
}