.login{
	text-align:center;
}
.logo > h4{
	color: #006400;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(187, 177, 177, 0.85);
}
.text_value{
	padding:10px;
	margin:10px auto;
	text-align: center;
	width: 300px;
    height: 30px;
    border: 3px solid #D1D1D1;
    font-size: 25px;
    line-height: 30px;
    transition: border-color 0.2s linear 0s;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    color:  #ffffff;
    background-color: rgb(0, 0, 0);
    border-radius: 4px;
}
.login_form > div{
	margin-bottom: 15px;
}

.text_value2{
	width: 200px;
	text-align: center;
    height: 50px;
    border: 1px solid #D1D1D1;
    font-size: 40px;
    line-height: 50px;
    transition: border-color 0.2s linear 0s;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
}
.code{
	margin-bottom:20px;
}
.vecode{
	text-align: center;
    vertical-align: middle;
}
.button{
	display: inline-block;
    width: 434px;
    height: 57px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #de8089;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    background: #808080;
    border-radius: 4px;
    font-family: "Microsoft Yahei";
    vertical-align: middle;
}
.foot{
	display: block;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    clear: both;
	color: grey;
}
.title{
	max-width:72px;
	font-size: 18px;
}