.loginBtn {
    width: 300px;
    height: 45px;
    border-radius: 30px;
    background-color: #3786DF;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    line-height: 45px;
}
.login_input{
    width: 250px;
    height: 30px;
    border-radius: 0px;
    box-shadow: none;
    padding-left:45px;
}
.verImgDiv{
    float: right;
    position: relative;
    left: -65px;
}
.login_td{
    text-align: center;
    padding-top: 25px;
    padding-left: 16px;
}
.icSvg{
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    left: -335px;
    top: 10px;
}

.icSvg2{
    width: 16px;
    height: 20px;
    float: right;
    position: relative;
    left: -245px;
    top: 2px;
}

.tipDiv{
    width:49px;
    height:3px;
    background: #7C9DFF;
    margin: 6px auto;
}
.top_bg{
    background:url('/resources/images/login/top_bg.png') 50% 50% no-repeat;
    width: 100%;
    height: 108px;
}
.loginShow{
    width: 440px;
    height:480px;
    background: white;
    margin: 0 auto;
    /* border-radius: 6px; */
    box-shadow: 0 0 10px 0 rgba(151,199,250,0.50);
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
}
.loginTable{
    width: 950px;
    position: absolute;
    z-index: 1;
    top: -webkit-calc(50% - 370px);
    left: -webkit-calc(50% - 475px);
}
.login_sx{
    background:url('/resources/images/login/ERP/login_sx.png');
    width: 99.8%;
    height:-webkit-calc(99.7%);
    position: absolute;
}

.bottom-bg{
    background:url('/resources/images/login/bottom-bg.png');
    width: 100%;
    height: 270px;
    text-align: center;
}

.top-div{
    width:100%;
    height:18%;
    background: url('/resources/images/login/top_bg.png');
}

.div{
    width:100%;
    height:100%;
    background: url('/resources/images/login/top_bg.png') ;
}
.bottom-div{
    width:100%;
    height:100%;
    background-color: #F1F6FF;
    background: url('/resources/images/login/top_bg.png');
}

.middle-div{
    width:100%;
    height:100%;
    background-color: #F1F6FF;
    background: url('/resources/images/login/top_bg.png');
}


.titleDiv{
    width:700px;
    height:73px;
    margin: -90px 46px;
    /*top:calc(20%);*/
    left: calc(55% - 350px);
    position: absolute;
    background: url('/resources/images/login/title_gs1.png') no-repeat;
}
.bottomTable{
    width:870px;
    position: absolute;
    left: -webkit-calc(50% - 460px);
    bottom: -webkit-calc(42% - 22%);
    /* box-shadow: 0 0 5px 0 rgba(151,199,250,0.50); */
    /*box-shadow:0 0 5px rgb(0, 0, 0, 0.8);*/
}
.leftDiv{
    background: url(/resources/images/login/left_bg.png) no-repeat;
    width: 488px;
    height: 480px;
    background-size: cover;
}
.titleDiv_gz{
    width:745px;
    height:73px;
    top:calc(25% - 36px);
    left: calc(57% - 390px);
    position: absolute;
    background: url('/resources/images/login/title_gz.png') no-repeat;
}

.login-div {
    margin: 0px auto;
    background: url('/resources/images/login/left_bg.png') 10% 10% no-repeat;
    width: 907px;
    height: 505px;
    background-size: cover;
}

#form {
    width:100%;
    height:100%;
    background: url('/resources/images/login/top_bg.png') 50% 50% no-repeat;
}

.ui-growl-item{
	background:#5e5e5e;
}
.ui-growl-title{
	color:white;
} 