html{ overflow:hidden;height:100%;background:none;}
.bg{background: url(../images/loginBg.png) no-repeat center center;overflow:hidden;background-size:100% 100%;}

.header,.footer{ position:fixed;width:100%;}
.header{ top:0;background:#f8eee4;}
.footer{ bottom:0; }


.login-form{ position: absolute;
    z-index: 1001;
    width: 600px;
    height:400px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 70px;
    border-radius: 5px;
    background:rgba(200,255,255, 0.1);
    background:#FAFAFA;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
    top: 50%; left: 50%; margin-top: -230px; margin-left: -300px; /* height: 300px; */
    box-shadow: 0px 0px 9px #989898;
}


.login-form .input-text {

    border-radius:3px;

    height:38px;

}

.login-form .iconfont {

    font-size: 22px;

    position: relative;

    color:#586C94;
}

.login-form .btn {

    width: 100%;
    margin-top: 5px;

    margin-bottom:5px;

}

.login-form .btn-primary {
    background:#586C94;
    border:none;
    padding:8px 0;
    font-size:14px;
    margin-top:10px;
    border-radius: 3px;
}

.login-form .btn-primary:hover {


}

input[type="radio"], input[type="checkbox"] {

    margin-top:0;

    margin-right:5px;

}


.logo-dy { display:block;float:right;height:64px;width:190px;background:url(../images/logo.png) no-repeat; text-indent:-20000px;}

.form-horizontal td{
    border:none !important;
    padding: 5px !important;
}