#loginBG{
    width: 100vw;
    height: 100vh;
    background: url("/assets/images/login/bg.jpg") no-repeat 100%;
    overflow: hidden;
}
.loginBox{
    width: 50%;
    height: 600px;
    margin: 24.35vh auto;
    border: 15px solid #0248a2;
    border-radius: 5px;
    box-sizing: border-box;
}
.loginBox>.loginBoxBg{
    width: 100%;
    height: 271px;
    background: url('/assets/images/login/bg2.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.loginBox>.loginBoxBg>img{
    width: 55.6%;
    position: absolute;
    left: 47px;
    top: 51px;
    cursor: pointer;
}
.loginBox>.loginBoxBg>p{
    font-size: 40px;
    font-weight: 900;
    color: #0047a2;
    position: absolute;
    left: 284px;
    top: 164px;
}
.loginBox>.formBox{
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #288cc5;
    background: #fff;
    padding-left: 10.5%;
    box-sizing: border-box;
    padding-top: 18px;
}
.loginBox>.formBox>div{
    margin-bottom: 16px;
}
.loginBox>.formBox>div>input{
    height: 45px;
    width: 51.6%;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding-left: 18px;
    box-sizing: border-box;
    background: rgb(243, 243, 243)
}
.loginBox>.formBox>div>button{
    width: 142px;
    height: 45px;
    margin-left: 12.16%;
    border: none;
    background: rgb(2, 72, 162);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.loginBox>.formPerson{
    background: #fff;
    height: 112px;
    box-sizing: border-box;
    padding-top: 12px;
}
.loginBox>.formPerson>p{
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}
.loginBox>.formBox>div>a {
    margin-left: 16.16%;
    color: #0248a2;
    font-size: 20px;
}