.content{
    background: url("../images/login-bg.png");
    height: 100%;
    position: absolute;
    width: 100%;
    background-size:100% 100%;
}
.head{
    display: flex;
    padding-top: 10px;
}
.logo{
    height: 30px;
    margin-left: 15px;
    width: 30px;
}
.logo img{
    width: 30px;
    height: 30px;
}
.txt{
    height: 30px;
    padding-top: 8px;
    margin-left: 10px;
    color: #fff;
}
.lm{
    background: #fff;
    padding: 0;
    border-radius: 20px;
    padding-bottom: 20px;
    margin: 30px 20px;
}
.title{
    width: 50%;
    margin-left: 10px;
}
.title a {
    line-height: 10px;
    padding: 10px 0px;
    width: 50px;
    font-size: 20px;
    font-weight: 900;
}
.login-txt{
    color: #9B9B9B;
    font-weight: 600;
    margin-bottom: 5px;
}
.input-g{
    position: relative;
}
.phone{
    position: absolute;
    padding-top: 10px;
    color: #9c9c9c;
    font-weight: 600;
    margin-left: 4px;
}
.pl{
    padding-left: 30px;
}
.input{
    width: 80%;
    font-size: 14px;
    background-color: #F5F5F5;
    font-weight: 600;
    color: #5F5F5F;
}
.vcode{
    margin-left: 2%;
    height: 40px;
    border-radius: 5px;
    background-color: #1677FF;
    color: #ffffff;
    width: 38%;
    text-align: center;
    padding-top: 9px;
    font-size: 14px;
}
.xt{
    position: absolute;
    top: 16%;
    right: 5%;
    font-size: 14px;
    color: #888888;
}