/*登录*/
.login_layer{
    position: relative;
    width: 900px;
    height: 500px;
    margin: 0 auto;
    padding: 120px 90px;
    background: #fff;
    border-radius: 20px;
}
.loginTit{
    padding: 110px 0 30px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.loginBg{
    width: 300px;
    height: 290px;
}
.loginBg img{
    width: 100%;
}
.login_box{
    width: 340px;
}
.welcomeLogin{
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #333;
}
.login_tel{
    margin-bottom: 20px;
}
.account_input, .account_password,.account_input,.resetNow{
    width:340px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    /*border:1px solid red;*/
    border-radius:28px;
}
.wronginfo{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.forgetPsw,.registerNow{
    text-align: right;
}
.forgetPsw a,.registerNow a{
    color: #2A8ED9;
}
.login_btn{
    width:340px;
    height:40px;
    margin: 22px 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #2A8ED9;
    border-radius:28px;
}
/*注册*/
.regBox,.forgBox{
    margin-top: -60px;
}
.account_input_short{
    width: 160px;
}
.get_note{
    width: 110px;
    height:40px;
    color: #999;
    border-radius:28px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
}
.forGetcode{
    margin-top: -20px;
}
#j-register-btn{
    margin: 0 0 10px;
}
