.login_aDiv{
	width:100%;
	padding:0;margin:0;
	padding-top: 100px;
}
.login_aDiv table{
	background:#fff;
	border:none;
	border-radius:10px;
	margin:0 auto;
	text-align:center;
}
.login_aDiv table tr td{
	padding:20px 0px;
}
.login_aDiv table tr td.login_aDiv_wz{
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	color:#666;
	padding:20px 20px 30px 0;
}
.login_aDiv table tr td.f_label {
	font-size:20px;
	line-height:32px;
	text-align: right;
	color:#333;
	padding:10px 0 10px 20px;
}
.login_aDiv table tr td.login_name {
	font-size:20px;
	line-height:32px;
	color:#333;
	padding:10px 20px 10px 0;
}
.login_aDiv table tr td.img_code {
	font-size:20px;
	line-height:32px;
	color:#333;
	padding:10px 0;
}
.login_aDiv table tr td.login_name input{
	line-height:40px;
	color:#333 !important;
	padding-left:10px;
	font-size:20px;
	border: none;
    border-bottom: 1px solid #ddd;
	width:220px;
	outline:none;
}
.login_aDiv table tr td.img_code input {
	line-height:40px;
	color:#333 !important;
	padding-left:10px;
	display: inline;
	font-size:16px;
	border: none;
	border-bottom: 1px solid #ddd;
	width:120px;
	outline:none;
}
.login_aDiv table img.code_img {
	width: 100px;
	height: 40px;
	border: none;
}
.login_aDiv table tr td.login_name input::placeholder{
	color:#999 !important;
	font-size:16px !important;
}
.log_but{
	background:url(../images/but.png) center;
	color:#fff;
	font-size:20px;
	line-height:60px;
	border:none;
	border-radius:5px;
	display:block;
	width: 320px;
}
.weidun{
	display:block;
	width:100%;
	height:180px;
	background:url(../images/weidun_systitle.png) top center no-repeat;
}

.loginDiv table {
	width: 100%;
}
.loginDiv table td.text {
	padding: 0px 20px 0px 20px;
}
.loginDiv input.sendsms{
    padding: 30px 20px;

	color: #2a8ad4;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    background: #fff !important;
    border: none;
}