﻿@charset "utf-8";
/*登录部分*/
.l_logo{ height:90px; margin-top:50px;}
.l_con{ width:100%; height:500px; background:#52aacf;}
.l_con .l_left{ width:650px; }
.l_con .l_left h1{ width:100%; margin-top:45px; text-align:center;font-size:32px; font-weight:bold; color:#eb6100;}/*text-shadow: 1px 0px 0px #fff,-1px 0px 0px #fff */
.l_con .l_left .l_left_bg{ width:100%; height:400px; margin-top:30px;  background:url(../images/login_bg_re.png) center no-repeat;}
.l_con .l_right{ width:350px; }
.login_box{ width:325px; height:426px; margin:0px auto; margin-top:31px; background:#e6f5f9;  -moz-border-radius: 15px;  -webkit-border-radius: 15px;  border-radius:15px;}
.login_box .l_title{ width:100%; text-align:center; height:60px; line-height:60px; border-bottom:1px solid #5a92b0; font-size:32px; font-weight:bold; color:#006994;}
.login_input_box{ width:90%; height:40px; line-height:40px; margin:0px auto; margin-top:20px;  border:1px solid #5a92b0 ;  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius:3px;}
.login_input_box input[type="text"],.login_input_box input[type="password"]{ width:90%; margin-left:10%; height:35px; line-height:35px; border:0px; }
.login_button{width:90%; margin:0px auto; margin-top:20px; }
.login_button .btn{width:100%; height:40px; line-height:40px; font-size:24px; font-weight:bold;letter-spacing:8px; color:#FFF;  margin-top:25px;  background: #28d1fb ; border:1px solid #5a92b0;  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius:3px;}
.login_yanzheng_box{width:90%; height:40px; line-height:40px; margin:0px auto; margin-top:20px; }
.login_yanzheng_box input{width:160px; height:35px; line-height:35px; padding-left:28px; border:1px solid #5a92b0 ; float:left;  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius:3px;}
.login_yanzheng_box img{ width:80px; height:40px; float:right; margin-left:5px;}

.b1{background:#FFF url(../images/b1.png) 5px center no-repeat;}
.b2{background:#FFF url(../images/b2.png) 5px center no-repeat;}
.b3{background:#FFF url(../images/b3.png) 5px center no-repeat;}
.b4{background:#FFF url(../images/b4.png) 5px center no-repeat;}
.b5{background:#FFF url(../images/b5.png) 5px center no-repeat;}
.b6{background:#FFF url(../images/b6.png) 5px center no-repeat;}


.forget_password{ width:100%; margin:5px;text-align:right;}/*5090a4*/
.forget_password a{ color:#5090a4; padding-right:15px;}
.forget_password a:hover{ color:#eb6100;}
.link_register{ width:100%; height:60px; line-height:60px; background:#c8edf4; margin-top:20px; -moz-border-radius-bottom: 15px;  -webkit-border-radius-bottom: 15px;  border-bottom-left-radius:15px;border-bottom-right-radius:15px;}
.link_register span{ margin-left:15px; font-size:14px; color:#71a5b5;}
.link_register .regbtn{ width:186px; height:40px ; text-align:center; margin-top:10px; margin-right:15px; float:right; line-height:40px; font-size:24px; font-weight:bold; color:#FFF;   background: #28d1fb ; border:1px solid #5a92b0;  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius:3px;}


.err_msg{ width:90%; margin:0px auto;height:20px; color:#f13e3e;}




