.login-wrap {
    min-width: 1200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    min-height: 613px;
    background-image: url(/resources/web/login/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    justify-content: center;
}
.mask-content{
    padding-top: 32px;
    width: 430px;
    background-color: #fff;
    position: relative;
    border-radius: 16px;
    z-index: 500;
}
.mask-content .title-box{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.ligin-by-pwd-container{
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.input-box .input-item{
    margin-bottom: 24px;
    box-sizing: border-box;
    width: 358px;
    height: 50px;
    opacity: 1;
    background-color: #f6f7f9;
    border-radius: 25px;
    outline: none;
    border: none;
    position: relative;
}
.icon-account{
    top: 16px;
    left: 18px;
    background: url(/resources/web/login/images/icon-account.png) no-repeat;
    background-size: 18px 18px;
    background-position: center;
}
.icon-pwd{
    top: 16px;
    left: 18px;
    background: url(/resources/web/login/images/icon-pwd.png) no-repeat;
    background-size: 18px 18px;
    background-position: center;
}
.icon-img{
    width: 18px;
    height: 18px;
    display: inline-block;
    z-index: 2;
    position: absolute;
}
.input-box .input{
    box-sizing: border-box;
    color: #333;
    padding: 0px 42px 0;
    width: 356px;
    height: 48px;
    opacity: 1;
    font-size: 14px;
    background-color: #eeeeee;
    border-radius: 25px;
    outline: none;
    border: none;
}
.login-btn{
    background: linear-gradient(250deg, #2c6ebb 0%, #4c8cce 100%);
    padding: 12px 155px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}
.bottom-agreement-wrap{
    height: 60px;
}
.bottom-agreement-box{
    display: flex;
    cursor: pointer;
}
.agreement-text-box{
    font-size: 13px;
}
.agreement-text-box .link{
    color: #2c6ebb;
    text-decoration: none;
}
.icon-radio{
    margin-right: 6px;
}