body{
	background: #f1f1f1;
}
.login-nav{
    height: 60px;
    line-height: 60px;
    background: #757575;
}
.login-nav-title{
	float: left;
	color: #fff;
	font-size: 18px;
}
.nav-item{
	height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 20px;
    float: right;
    border-left: 1px solid #616161;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease-out;
}
.nav-item:HOVER{
	background: #616161;
}
.nav-loginA{
	color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.login-content{
    margin-top: 100px;
}
.login-body{
	width: 900px;
	height: 400px;
	margin: 0 auto;
}
#login-text{
	width: 400px;
	height: 400px;
	float: left;
}
.login-card{
	width: 360px;
	height: 400px;
	float: right;
	background: #fff;
}
.card-title{
	height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}
.card-input-panel{
	padding: 0 30px;
}
.card-input{
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}
.card-input:FOCUS{
	border-color: #00c796;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
#login-loginBTN{
	width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #00c796;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
#login-loginBTN:ACTIVE{
	background: #009e77;
	transition: all 0.2s ease-out;
}
.card-a{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.card-a a{
	color: #9E9E9E;
	font-size: 13px;
	text-decoration: none;
}
.card-a a:HOVER{
	color: #00c796;
}