@CHARSET "UTF-8";

#banner{width:100%;height:550px;}
#login_box{width:300px;}


#btn_login{background:#0A9B15; width:310px;margin:0 auto;position:relative;top:25px;outline:none;}
/* µÇÂ¼Ð¡Ä£¿é*/
#login_box {
    width:370px;
    height:510px;
    background: rgba(255, 255, 255, 0.8);
    position:relative;
    float: none;
    margin: 40px auto 0;
    border-radius: 3px;
}
.login_title {
    font-size:24px;
    color:#333;
    font-weight:bold;
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", helvetica, arial, verdana, tahoma, sans-serif;
    padding-top:42px;
    margin-bottom: 30px;
    text-align: center;
}
.input-group-addon {
    background-color: #fff;
    border:none;
    padding: 0px 12px 0 12px;
    font-size:12px;
    width: 83px;
}
.form-control {
    font-size:12px;
}
.input-group {
    width:310px;
    margin-left:30px;
    height:42px;
    line-height:42px;
    border:1px solid #ddd;
}
.input-group input {
    height:42px;
    border:none;
}
#btn_login {
    font-size:24px;
    font-weight: bold;
    color:#fff;
}
.login_bottom {
    position:absolute;
    width:310px;
    bottom:0px;
    height:50px;
    left:37px;
    line-height:50px;
}
.login_bottom .login_regist {
    float:left;
}
.login_bottom .login_forget {
    float:right;
}
.login_bottom a {
    text-decoration: none;
    display:inline-block;
    font-size:12px;
}
.login_bottom .login_regist a{

    color:#0A9B15;
}
.login_bottom .login_forget a{
    color:#0A9B15;
}
.form-group .shuoming {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    text-align: left;
    width: 310px;
}
/* /µÇÂ¼Ð¡Ä£¿é */
