html {
    *overflow: auto;
    height: 100%;
}

body {
    height: 100%;
}

/*容器大小及位置*/
#container {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

/*页面背景*/
#bd {
    width: 100%;
    height: 100%;
}

/*登录界面背景*/
#main {
    /*border: 1px solid #FF0;*/
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    /*background: linear-gradient(180deg, #00B995 0%, #00AF99 57%, #1E5EFF 100%);*/
    opacity: 1;
    background-image: url('../img/login/bg.png');
}

/*主显示背景图片*/
#loginbg {
    position: absolute;
    top: 305px;
    left: 391px;
    width: 1152px;
    height: 630px;
    opacity: 1;
    background-image: url('../img/login/login_bg.png');
}

/*产品图片*/
#logpic {
    position: absolute;
    top: 55px;
    left: 108px;
    width: 425px;
    height: 504px;
}

/*系统名称图*/
#procducepic {
    position: absolute;
    top: 185px;
    left: 716px;
    width: 541px;
    height: 53px;
    font-size: 32pt;
    font-weight: bolder;
    color: rgba(55,126,247,1);
}

/*登录框标题*/
#logintitle {
    position: absolute;
    top: 80px;
    left: 600px;
    width: 404px;
    height: 53px;
    font-size: 32pt;
    font-weight: bolder;
    color: rgba(45,98,198,1);
}

/*主显示登录区域*/
#loginbg .loginpnl {
    position: absolute;
    top: 150px;
    left: 600px;
    width: 280px;
    height: 250px;
    font-size: 24pt;
}

/*.logintitle {
    position: relative;
    top: 80px;
    left: 600px;
    width: 404px;
    height: 53px;
    font-size: 32pt;
    font-weight: bolder;
    color: #377EF7;
}*/

.loginusername {
    position: relative;
    top: 0px;
    left: 10px;
    width: 310px;
    height: 100px;
    /*background-color: #FF0000;*/
    /*    border: 0px solid #00bfff;
    border-radius: 5px;*/
}

    .loginusername .logininputpic {
        color: #3c763d;
        border-color: #fffff;
        margin-left: 15px;
    }

    .loginusername .logininputtext {
        position: relative;
        top: 0px;
        left: 0px;
        width: 210px;
        height: 44px;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: bold;
    }

.loginpwd {
    position: relative;
    top: 40px;
    left: 10px;
    width: 310px;
    height: 100px;
    /*background-color: #FF0000;*/
    border: 0px solid #00bfff;
    border-radius: 5px;
}

    .loginpwd .logininputpic {
        color: #3c763d;
        border-color: #fffff;
        margin-left: 15px;
    }

    .loginpwd .logininputtext {
        position: relative;
        top: 0px;
        left: 0px;
        width: 210px;
        height: 32px;
    }

.loginpnl .logo_button {
    position: relative;
    top: 80px;
    left: 28px;
    width: 227px;
    height: 56px;
    /*background-color: rgba(56,127,245,1);
    border: 1px solid rgba(56,127,245,1);*/
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    border: 0px;
    background: url('../img/login/login_btn.png') no-repeat;
    /*background-image: url('../img/login/login_btn.png');*/
}

.logo_user_value:focus {
    outline: none;
}

.logo_pwd_value:focus {
    outline: none;
}

.logo_unit input:focus {
    outline: none;
}

.logo_button:focus {
    outline: none;
}

/*下拉列表菜单样式*/
.dropdown-menu {
    position: absolute;
    overflow: visible;
    top: 100%;
    left: 0;
    font-size: 14pt;
    /*font-size: 0.9em;*/
}

.btn {
    border: 0px solid #367AFC !important;
    background-color: transparent !important;
    font-size: 1.3em;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 13px;
}

/*版权显示区域*/
.login_bottom {
    position: absolute;
    top: 1019px;
    bottom: 40px;
    left: 791px;
    height: 24px;
    text-align: center;
    line-height: 12px;
    color: #FFFFFF;
}