body{
    background: url(../../image/user/login_bg.jpg) no-repeat center 60px;
}

#main_content .container{
    min-height:600px;
    position:relative;
}

.login-logo{
    display: none;
}

.binder-form-submit{
    padding-top:0!important;
}

#login-form{
    width:380px;
    border:1px solid #C9C9C9;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    background-color:#fff;
    position:absolute;
    top:60px;
    right:60px;
}

#login-form h3{
    text-align:center;
    font-size:24px;
    font-weight:normal;
    margin:20px 0 15px 0;
}

.login-wrap{
    padding-left: 20px;
    padding-right: 20px;
}

#login-form .input{
    position:relative;
}
#login-form #del-name{
    position:absolute;
    background: url('../../image/share/notice.png') no-repeat -62px 0;
    display:block;
    width:12px;
    height:12px;
    right: 30px;
    top: 15px;
    cursor:pointer;
}
#login-form .input input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    *width: 328px;
    height: 40px;
    *height: 20px;
    font-size: 14px;
    line-height: 20px;
    border:1px solid #C9C9C9;
    border-radius:5px;
    padding: 9px 5px;
}

#login-form .input input + input{
    margin-top: 20px;
}

#btn-login{
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background-color: rgb( 81, 180, 228 );
    width: 100%;
    height: 40px;
    color:#fff;
    display:block;
    text-align: center;
    font-size:16px;
    border:none;
    outline:none;
    margin-bottom: 15px;
}
.login-reg{
    font-size: 14px;
    color: #00abe1;
    line-height: 1;
    position: absolute;
    top: 32px;
    right: 24px
}

.login-rember{
    margin-top: 10px;
    *position: relative;
}

.login-rember *{
    display: inline-block;
    vertical-align: middle;
}

#btn-reset{
    font-size: 14px;
    color: #00abe1;
    *position: absolute;
    *right: 20px;
    *top: 0;
}

.btns{
    margin-top: 20px;
    text-align: center;
}

.login-type{
    padding-bottom: 10px
}

.login-type .iconfont{
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 0 15px;
    color: #b0c0cf;
    -webkit-transition: color .3s ease .1s;
    -o-transition: color .3s ease .1s;
    transition: color .3s ease .1s;
}

.login-type .iconfont:hover{
    color: #00abe1;
}

#divtips{
    width:380px;
    font-size: 30px;
    color:#fff;
    position: absolute;
    right:60px;
    top: 500px;
    text-align:center;
}
#divtips h3{
    font-weight: normal;
}

.login-type dt{ color: #7c8a92; line-height: 30px }
.login-tips{ font-size: 12px; color: #999; padding: 15px 40px; text-align: center; background: #f3f3f3; border-radius:0 0 15px 15px; border-top: 1px solid #e5e5e5 }