
*{margin:0;padding:0;}

body{
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../image/user-bg.png) no-repeat;
	background-size: 100% 150%;
}

.hr{
	height: 3px;
	border-top:3px solid #2F8FD0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

.login{
	width:30%;
	height: 35%;
	background: #eee;

	margin-top:14%;
	margin-left:34%;
	border: 1px solid #ccc !important;
	border-radius: 10px;
	box-shadow: 20px 20px 20px #c00,
	  -20px -20px -20px #c00;
}

.clear_float:after{
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
    height: 0;
}
.am_fl{
    float: left;
}
.am_fr{
    float: right;
}

.login_title{
    width: 100%;
    margin-top: 10px;
    margin-bottom:20px;
    padding-left: 20px;
    color: #5b5b5a;
    font-size: 30px;
    font-weight:500;
    line-height: 60px;
    height: 60px;
}

.login_input{
    width: 81%;
    position: relative;
    left:10%;
    height: 40px;
    margin-top:20px;
    box-sizing: border-box;
    padding-right: 10px;
    /*overflow: hidden;*/
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ccc,
    -2px -2px 2px #ccc;
}
.login_input input{
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin-left: 1rem;
    margin-bottom: 20px !important;
    font-size: 16px;
    letter-spacing: 1px;
    color: #999;
}
.login_input input:focus{
    outline: none;
    background: none;
}
.login_input_img{
    display: table-cell;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #e8e8e8;
}
.login_input_img>img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}
.login_dl{
    width:81%;
    position: relative;
    left: 10%;
    border: none;
    height: 40px;
    border-radius: 5px;
    background: #7cc957;
    margin-top: 10px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    outline: none;
}
.login_dl:hover{
    background: #6eb74b;
}

.login_user,
.login_pass{
    color: #ff7800;
    font-size: 12px;
    line-height: 20px;
    width: 70%;
    position: relative;
    top: 5px;
    left: 15%;
    visibility: hidden;
}

.login_help{
	width: 70%;
    position: relative;
    left: 15%;
    height: 40px;
    margin-top: 20px;
    padding-right: 10px;
    overflow: hidden;
}
.login_help p{
	color: #999;

}