html {
    background:#ffffff url('/assets/img/bg.png?v=1133')no-repeat bottom;
    background-size:cover;
	}
html, body {
    height:100%;
    margin:0;
    }
#wrap{
	display:block;
	width:100%;
    padding: 90px 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-align:center;
	}
.login-box{
    display: block;
    width: 380px;
    padding: 20px 30px 40px 30px;
    margin: 0 auto;
    border-radius: 12px;
    -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, .5);
    -moz-box-shadow: 6px 6px 16px rgba(0, 0, 0, .5);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, .5);
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
	}
.login-box img{
    display: block;
    margin:0 auto;
    height: auto;
	}
.login-box h1{
    display: block;
    font-size:21px;
    letter-spacing: 2px;
    color:#ffffff;
    margin:0 auto 20px auto;
	font-family: "HYQiHei-45S","Microsoft YaHei",Helvetica,Hiragino Sans GB;
	letter-spacing: 1px;
	font-weight: 500;
	}
.LoginCheckBtn{
    display: block;
    width: 100%;
    max-width: 308px;
	height:50px;
    margin:0 auto;
	text-decoration: none;
    text-align: center;
    font-size: 16px;
	letter-spacing:2px;
    color: #ffffff;
	font-weight:bold;
    font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
	background: linear-gradient(to top, #e47220, #ffc520);
	border:0;
	border-radius:6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    cursor: pointer;
    }
.LoginCheckBtn:visited { text-decoration: none; }
.LoginCheckBtn:hover {
	background: linear-gradient(to top, #e47220, #e47220);
	color:#ffffff;
	}
.InputBox {
    width:90%;
    height: 14px;
    border:0;
    background-color:#f5f5f5;
    margin:0 0 10px 0;
    padding:20px 10px;
    border-radius:6px;
	font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
	font-size:15px;
    outline: 0;
    }
#login_msg{
	font-size: 21px;
	margin: 20px 0 0;
	color: #f5a720;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
	}
.note{
	display:block;
	width:300px;
	color:#ffffff;
	font-size:13px;
	line-height:160%;
	margin:20px auto 0 auto;
	font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
	}
.note a{
	color:#F90;
	margin:0 2px;
	}
.note img{
	display:inline-block;
	vertical-align:text-bottom;
	margin:0 2px;
	}
.head-icon{
  display: block;
  margin:5px auto 25px auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  }
.fa.fa-user-circle-o:before {
  position: relative;
  top: 5px;
  content: "\f2d6";
  font-size: 70px;
  color: #444444;
  }
.relogin-msg{
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  text-align: center; color: #ffffff;
  background-color: rgba(0,0,0,.7);
  padding: 15px 0;
  width:100%;
  margin:0 auto;
  font-size: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
@media screen and (max-width: 768px) {
  .relogin-msg{
    font-size: 15px;
    position: fixed;
    bottom:0;
    background-color: rgba(0,0,0,.9);
    }
}