body {
    /*background: url(/images/login/bg.png) no-repeat;*/
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.logo2 {
    position: absolute;
    top: 20px;
    left: 17px;
}

.register {
    width: 440px;
    height: 340px;
    float: right;
    line-height: 25px;
    background: #fff;
    position: absolute;
    right: 10%;    
    top: 25%;
}
.box {
    height: 50px;
    width: 90%;
    position: relative;
    margin-top: 20px;
    padding-left: 38px;
    border:0;
}
.box img {
    position: absolute;
    left: 50px;
    top: 10px;
    color: #CCCCCC;
}
.register input {
        width: 100%;
        height: 45px;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 10px;
        outline: 0;
        padding-left: 40px;
        font-size: 16px;
        color: #9E877E;
    }
.register p {
    background: #FFF;
    height: 5px;
    margin-top: 0;
    margin-bottom: 20px;
}
.img {
    width: 100%;
    height: 60px;
    /*background-image: url(/images/login/logo.png);
     background-size: 78% 70%; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
    float: right;
    position: relative;
    right: 24%;
    top: 12px;
}
.register label {
    position: relative;
    left: 77%;
    top: 6px;
    font-size: 13px;
    color: #9e877e;
}

.register input.btnlogin {
    width: 100%;
    height: 50px;
    background: #184890;
    color: #FFFFFF;
    padding-left: 10px;
}