.login-bg{
	/*background: url(../images/login-bg.png) center center no-repeat;*/
}
.login-cont{
	position: fixed;
	top: calc(50% - 125px);
	left: calc(50% - 290px);
}
.login-input-cont{
	width: 580px;
	height: 250px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
}
.title-cont{
	padding: 10px 30px;
}
fieldset{
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #e6e6e6;
	text-align: center;
}
legend{
    padding: 0 20px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    color: #363636;
    font-weight: 100;
    background: #fff;
}
.input-cont{
	margin: 0 80px;
}
.input-cont div{
	margin:30px 0;
	font-size: 0;
}
.input-cont div i{
	font-size: 20px;
	display: inline-block;
	width: 30px;
}
.input-cont div input{
	outline: none;
	border: none;
	border-bottom: 1px solid #ccc;
	width: calc(100% - 40px);
	font-size: 20px;
	font-weight: 300;
	padding-left: 10px;
}
#login{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #40474f;
	color: #fff;
	box-shadow: 0 0 10px #000;
	border: none;
	margin-top: 20px;
	margin-left: 250px;
	cursor: pointer;
}
