@charset "utf-8";
/* CSS Document */
.login_north a{
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
	border-right: 1px solid #CCCCCC;
	padding: 0 8px 0 4px;
	color: #1E5494;
	cursor: pointer;
	text-decoration: underline;
}

.l_content { 
	background: url(images/login_bk.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: center;
	min-width:960px;
	color:#FFF;
}
.c_red{ color:#f00; text-align:left;}
.input01 { border:1px #000000 solid; line-height:24px;}
.clear { clear:both;}
.col {
	text-align:left;
}

.col span {  
	align: left;
	font-size: 24px; 
	color:#FFF; 
	line-height: 36px; 
}
.col input {
    background-color: #f3dff6;
    border-radius: 4px;
    border-style: none;
    font-size: 20px;
    height: 36px;
    opacity: 0.8;
    text-indent: 8px;
    width: 344px;
    animation: resetBg .1s forwards;
}

.l_btn {
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    
    background-color: #4f7ece;
    color: #ffffff;
    /*border-color: #c01e54;*/
    border-radius: 3px;
    border:none;
    
    cursor:pointer;
    height: 34px;
    width:120px;
}

.l_btn:hover {
	background-color: #6f9eee;
}

.l_btn[disabled] {
	cursor: not-allowed;
	background-color: #eaeded;
	color: #cad2d3
}	
.navPageBottom {
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}
.copyright {
	clear: both;
	font-size: 12px;
}
.cLight {
	color: #888888;
}

.navPageBottom a {
	border-right: 1px solid #CCCCCC;
	padding: 0 8px 0 4px;
	color: #1E5494;
	cursor: pointer;
	text-decoration: underline;
}
.radiu{	
	border-image: none;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.l_msg { 
	font-size: 14px; 
	color:#FFF; 
	display:inline-block;
}




/* input:-internal-autofill-selected {
	font-size: 20px;
} */