
* {
	margin: 0;
	padding: 0;
}

p {
	display: block;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 30px;
}

html,
body {
	height: 100%;
}


@font-face {
  font-family: 'iconfont';  /* project id 1108352 */
  src: url('//at.alicdn.com/t/font_1108352_smfehvjjs0a.eot');
  src: url('//at.alicdn.com/t/font_1108352_smfehvjjs0a.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1108352_smfehvjjs0a.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1108352_smfehvjjs0a.woff') format('woff'),
  url('//at.alicdn.com/t/font_1108352_smfehvjjs0a.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1108352_smfehvjjs0a.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
input::-webkit-input-placeholder {
	color: #000;
	font-family:"iconfont" !important;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

.bg_box {
	width: 100%;
	height: 100%;
	/*background: url(../img/bg.jpg)top center no-repeat;
	background-size: cover;*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313541), color-stop(1, #464b5a));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FF00', endColorstr='#FF0000', GradientType='0')
}

.box {
	width: 500px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -240px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 4px 1px gray;
	padding: 20px 0 20px 0;
}
.box p{
	display: block;
	width:120px;
	height:110px;
	color: #000;
	margin-left: 190px;

}
.box p img{
	display: block;
	width: 100%;
	height: 100%;
}
.user_name,
.password {
	width: 280px;
	height: 40px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #e9e9e9;
	text-indent: 4px;
}

input {
	/*display: block;*/
	margin-top: 10px;
	outline: none;
}

#login_btn {
	width: 130px;
	height: 34px;
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 5px;
	background: #0078D7;
	color: #fff;
	margin-top: 20px;
}

#login_btn:hover {
	color: #fff;
	background: #005097;
}

.foot {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #464b5a), color-stop(1, #313541));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FF00', endColorstr='#FF0000', GradientType='0')
}

.foot p {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}

.foot p:last-of-type {
	margin: 0;
}