body {
	font-family: "open sans", 微軟正黑體, sans-serif;
	background-image:linear-gradient(top,#ffffff,rgba(128,128,128,0.1)),url(../img/tku_bg.jpg);
	background-image:-moz-linear-gradient(top,#ffffff,rgba(128,128,128,0.1)),url(../img/tku_bg.jpg);
	background-image:-webkit-linear-gradient(top,#ffffff,rgba(128,128,128,0.1)),url(../img/tku_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
  }
    
  .login-card {
	margin-top: 65px;
	margin-bottom: auto;
	background: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	border: 1px solid rgba(190, 12, 12, 0.4);
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color : rgba(255,255,255, 0.85);
  }
  
  .login-content {
	margin-top: 100px;
  }
  
  .login-content:after {
	content: " ";
	width: 150px;
	height: 5px;
	background: rgb(218, 0, 0);
	display: block;
	margin-top: 80px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
  }
  
  h2 {
	font-weight: 800;
	font-size: 1.7em;
	color: rgb(218, 0, 0);
  }
  
  h1 {
	font-weight: 600;
	font-size: 2em;
	color: rgb(218, 0, 0);
	margin-bottom : 35px;
  }
  
  
  .login-content h2 {
	margin-bottom: 30px;
  }
  
  .login-content h2:after {
	content: " ";
	width: 150px;
	height: 5px;
	background: rgb(218, 0, 0);
	display: block;
	margin-top: 20px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .brand_logo {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 90%;
	background: #fff;
	padding: 10px;
	text-align: center;
	border: 1px solid rgba(190, 12, 12, 0.4);
  }
  
  .con-info {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
  }
  