body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow:hidden;
    background:#0b0b0b;
}
.bodyBg{
    background: url("../images/loginBg.png") center center no-repeat;
    width: 1364px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.loginBox{
    width: 530px;
    height: 458px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -265px;
    margin-left: -229px;
    background: url("../images/loginBox.png") 0 0px no-repeat;
}
.txt{
    height:40px;
    line-height: 40px;
    width: 269px;
    position: absolute;
    left: 147px;
    top:207px;
    background: none;
    border: none;
    font-size: 14px;
    color:#a6a6a6;
}
.pwd{
    top:254px;
}
.send{
    width: 306px;
    height: 38px;
    position: absolute;
    left: 111px;
    top:323px;
    background: none;
    border:none;
    cursor: pointer;
}