body {
    position: relative;
}

.bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 82.2667vw;
    background: url(./../images/homeLoginBg.png) no-repeat;
    background-size: 100% 100%;
}

.userInfoWrap {
    margin: 0 auto;
    margin-top: 36.4vw;
    width: 86.9333vw;
    height: 54.1333vw;
    background: #ffffff;
    box-shadow: 0px 1px 2.6667vw 0.84px rgba(204, 204, 204, 0.25);
    border-radius: 2.1333vw;

}

.inputWrap {

    width: 86.9333vw;
    padding: 0 4vw;
    box-sizing: border-box;
    position: relative;
    height: 19.6vw;

}

.userIcon {
    position: absolute;
    left: 4.8vw;
    bottom: 4vw;
    width: 4.8vw;
    height: 4.2667vw;
    background: url(./../images/username-icon.png) no-repeat;
    background-size: 100% 100%;
}

.passwordIcon {
    position: absolute;
    left: 4.8vw;
    bottom: 4vw;
    width: 4.8vw;
    height: 5.2vw;
    background: url(./../images/password-icon.png) no-repeat;
    background-size: 100% 100%;
}

.loginBtn {

    width: 86.9333vw;
    height: 12.8vw;
    line-height: 12.8vw;
    font-size: 4.2667vw;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    border-radius: 1.0667vw;
    background-image: -moz-linear-gradient(0deg, rgb(255, 94, 65) 0%, rgb(254, 65, 88) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 94, 65) 0%, rgb(254, 65, 88) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 94, 65) 0%, rgb(254, 65, 88) 100%);
    box-shadow: 0px 10px 18px 2px rgba(91, 157, 251, 0.2);
    margin-top: 13.7333vw;
}

.inputWrap:first-child {
    padding-top: 7.8667vw;
    margin-bottom: 1.7333vw;
}

.optWrap {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86.9333vw;
    padding: 0 0.6667vw;
    margin: 0 auto;
    margin-top: 4vw;
    color: #333333;

    font-size: 4vw;
}

.seeNo {
    position: absolute;
    right: 4.6667vw;
    bottom: 3.4667vw;
    width: 5.4667vw;
    height: 4vw;
    background: url(./../images/icon_shut_down.png) no-repeat;
    background-size: 100% 100%;
}

.inputWrap:last-child {
    display: flex;
    align-items: flex-end;
}

.inputbox {
    box-sizing: border-box;
    padding-left: 8vw;
    width: 100%;
    height: 12vw;
    border: none;
    border-bottom: 1px solid #999999;

}

.loginTitle {
    font-size: 4.8vw;
    font-family: "PingFang SC";
    color: rgb(255, 254, 254);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-top: 8vw;

}