﻿*{margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑","宋体",Arial,Verdana,sans-serif;
}
body{background-color:#f8f8f8;}
.login-bg{
	height:100vh; background-image:url(/images/login_bg.jpg); background-position:top center; background-repeat:no-repeat; background-size: cover
}
a:hover, a:focus{text-decoration:none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
.cl-b{clear: both;}
.h-auto{height: auto; overflow: hidden;}
.mg-t-30{margin-top: 30px;}
.content{
	width:460px;
	height:auto;
	margin:auto;
	background-color: #fff;
	padding:0;
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	box-shadow: 1px 1px 8px rgba(0,0,0,.3);
	overflow: hidden;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -230px;
	margin-top: -230px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.tit{padding:15px 30px 0 20px; height:42px; background-color: #f6f6f6; text-align: center;}
.tit strong{font-size: 18px; color: #5CB85C}
.middel {
	padding:5px 8%;
}
.form-group{margin:20px 0;}
.form-group strong{display: block; padding-bottom: 10px; font-size: 15px;}
.form-control {
	border:#e0e0e0 1px solid;
	width:100%;
	height:42px;
	line-height:42px;
	font-size: 14px;
	border-radius: 5px;
	padding: 0 8px;
	box-sizing: border-box;
}
.form-control:hover, .form-control:focus {
	border:#5CB85C 1px solid;
}
.btn-primary {
	background-color:#5CB85C;
	background-image:none;
	border:none;
	height:44px;
	color:#fff;
	width:100%;
	font-size: 16px;
	border-radius: 5px;
}
.btn-primary:hover, .btn-primary:focus {
	background-color:#F90;
	background-image:none;
	border:none;
}
.help-block{ display: block; font-size:12px; color:#f60; margin-top:6px; text-align: left; padding-left: 8px;}
.chk_input{width:180px; float: left;}
.chk_img, .chk_txt{ float: right; margin:10px 0 0 10px; font-size: 14px;}
.btn-resetpass{font-size: 13px; color: #555;}
a.btn-resetpass:hover{text-decoration: underline; color: #5CB85C}
.copy-bar{
	position:absolute; text-align:center; width:100%; bottom:30px; font-size:12px; color:#888
}
a.chk_disabled{color:#999}
.msg-suc{position: absolute; width:180px; text-align:center; color:#fff; background-color:rgba(0,0,0,.4); border-radius: 4px; line-height: 44px; left: 50%; margin-left: -90px; top:-50px; font-size: 15px}

.login-error{
	text-align: center;
	padding: 5%
}
.login-error img{
	margin: 0 auto;
	width: 90px
}
.login-error dd{margin-top: 20px;}