html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #5d9ce9 url("/blueindustry/img/loginbg-461ca9397417417e452fee99da63718b.jpg") no-repeat center -100px;
}
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px white inset !important;
}
.logo-contain{
    margin-top: 100px;
    text-align: center;
}
.form-signin {
    background: #ffffff;
    width: 500px;
    padding: 30px;
    margin: 30px auto;
    border-radius: .3rem;
    position: relative;
}
.form-signin-heading{
    font-size: 32px;
    font-weight: normal;
    padding: 20px 0;
}
.form-group{
    height: 44px;
    position: relative;
    z-index: 1;
}
.form-label{
    width: 100px;
    float: left;
    margin: 10px 10px;
    position: relative;
    z-index: 2;
}
.form-input{
    position: absolute;
    left: 0;
    height: 44px;
    line-height: 44px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    text-indent: 100px;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    width: 440px;
}
.form-input:focus{
    outline: none;
    border-bottom: 1px solid #3466DD;
}
.btn-primary{
    margin-bottom: 20px;
    margin-top: 40px;
    background-color: #3466DD;
    cursor: pointer;
    border: 0;
}
.btn-primary:hover{
    background-color: #4276f3;
}
.login-switch{
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/blueindustry/img/login-qrcode-3448341a8396d0e3693ca3819213ad7c.png") no-repeat 0 0;
}
.icon-pc{
    background: url("/blueindustry/img/login-pc-f88bc287333a33901239a38eaf6ffebf.png") no-repeat 0 0;
}
