/*此css为登录页面的css*/
*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: "microsoft yahei";
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover,a:active,a:checked,a:focus{
	text-decoration: none;
	outline: none;
	-moz-outline: none;
}
/*去掉ie浏览器输入框的删除按钮和密码框的小眼睛*/
::-ms-clear, ::-ms-reveal{
	display: none;
}
.login-bg{
	background-image: url(../../images/oobs3.0/login-bg.png);
	height: 100%;
	width: 100%;
	background-size: 100% 100%;
}
.login-all{
	height: 80%;
	padding: 0 20px;
	padding-top: 6%;
	/*width: 61%;*/
}
.login-img{
	padding: 0;
	/*background: url(../../images/oobs3.0/logo-bg.png) no-repeat;*/
	background-size: 100% 100%;
	height: 100%;
}
.login-img img{
	width: 100%;
	height: 100%;
}
.login-content{
	background: #fff;
	text-align: center;
	padding: 40px 0 90px 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.login-title{
	color: #4a4a4a;
	font-size: 26px;
	margin: 0;
}
.login-content{
	color: #a0a0a0;
}
.login-logo{
	height: 80px;
	width: 200px;
	margin: 48% auto 0;
}
/*垂直居中*/
.vertical-center{
	display: flex;
	justify-content: center;
	align-items: Center;
}
.subtitle{
	padding: 0 40px;
}
.subtitle span{
	font-size: 12px;
}
.hr-left{
	width: 0;
	float: left;
	margin-top: 10px;
	border-color: #dcdcdc;
	text-align: right;
}
.hr-right{
	width: 0;
	float: right;
	margin-top: 10px;
	border-color: #dcdcdc;
}
.login-input{
	margin-top: 100px;
}
.input-content{
	padding: 10px 0;
}
.input-content input{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	padding-left: 56px;
	font-size: 14px;
}
.input-content input:focus{
	box-shadow: none;
	color: #333;
}
.input-content img{
	position: absolute;
	left: 20px;
	top: 20px;
}
.login-btn{
	margin-top: 65px;
}
.login-btn button{
	background: #16a4ff;
	color: #fff;
	font-size: 1;
}
.login-btn button:hover,.login-btn button:focus{
	background: #0098fa;
	color: #fff;
}
.tips{
	color: #FFF;
	font-size: 12px;
	clear: both;
	padding-top: 24px;
}
.error-tip{
	color: red;
}
/*登录页面版权所有样式*/
.footer-copyright{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer-copyright p{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
}
/*登录页面版权所有样式 end*/