/*表单提交时的信息提示*/
#msg{
    position:fixed;
    bottom:0px;
    left:50%;
    margin-left:-10%;
    /*right:35%;*/
    width:20%;
    text-align: center;
    color:#fff;
    font-size: 14px;
    line-height: 30px;
    height:30px;
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    z-index: 999999;
}
.login-title{
    text-align: center;
    margin:0 auto;
    font-size: 24px;
    color:#000;
}
.login_form{
    width:418px;
    margin:20px auto 160px;
}
.login_form div{
    margin-bottom: 30px;
}
.login_form .username{
    font-size: 14px;
}
.login_form .checkcode .check input{
    width:120px;
    height: 46px;
    background: #fff;
    border:1px solid #dfdfdf;
    float:left;
}
.login_form .checkcode .img{
    float:left;
    margin-left:20px;
}
.login_form .username p:first-child,.login_form .password p:first-child,.login_form .checkcode p:first-child{
    height:50px;
    line-height: 50px;
}
.login_form .remember p:first-child,.login_form .button p:first-child{
    height:20px;
    line-height:20px;
}
.login_form div:not(.reg) p{
    float:left;
}
.login_form div:not(.reg) p:first-child{
    text-align: right;
    width:82px;
    margin-right: 20px;
}
.login_form .shuru{
    width: 315px;
    height: 46px;
    background: #fff;
    border:1px solid #333;
}

.login_form input{
    outline: none;
    border:none;
    width:300px;
    height:44px;
}
.login_form .button input{
    width:200px;
    border:1px solid #c5070a;
    text-align: center;
    font-size: 18px;
    color: #c5070a;
    background: #fff;
}
.login_form .reg{
    font-size: 14px;
}
.login_form .reg p{
  margin-bottom:15px;
}
.login_form .reg .register_form{
    color:#c5070a;
}
.login_form .reg .forget{
    color: #c5070a;
}