html{ overflow:hidden;height:100%;background:none;}
.bg{background: url(../images/loginBg.jpg) no-repeat center center;overflow:hidden;background-size:100% 100%;}

.header,.footer{ position:fixed;width:100%;}
.header{ top:0;background:#f8eee4;}
.footer{ bottom:0; }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline:none!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    /*outline-offset: -2px;*/
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}

.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: transparent;*/
    /*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 0px #989898;
}


.login-form .input-text {

    border-radius:3px;

    height:38px;

}

.login-form .iconfont {

    font-size: 22px;

    position: relative;

    color:#586C94;
    color: #ffffff;
}

.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;
}

.tr-padding{
    background: rgba(255,255,255,0.2);
    border-color: transparent;
}
.form-control{
    box-sizing: border-box;
    margin: 0;
    padding: 9px 10px 9px 8px;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 38px;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.login-form .btn-primary{
    border: 0;
    border-radius: 2px;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    background: #34a6f8;
    color: #fff;
}
.form-control::placeholder{
    color: #FFFFFF;
}
.footer{
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
}
input{
    box-shadow:none;
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /*点击高亮的颜色*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    border-radius: 0;
}