body{
    background: url("/images/sphoutai-bg.png") no-repeat;
    background-size: 100% 100%;
}
.bgs{
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
}
.login{
    position: fixed;
    top:0;
    right:0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    width:33.3%;
    height: 100%;
}
.login img{
    width:14px;
    height: 14px;
    margin:0 6px;
}
.login h1{
    color: #006B44;
    font-size: 21px;
    line-height: 42px;
    width:60%;
    text-align: left;
}
.login h2{
    font-size: 14px;
    color: #006B44;
    width:60%;
    text-align: left;
    margin-bottom: 8%;
}
.login h3{
    font-size:24px;
    line-height:30px;
    font-weight:600;
    color:#006B44;
    text-align:center;
    margin-bottom:50px;
    position:absolute;
    top:15%;
    left:0;
    width:100%;
}
.login p{
    width:60%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5%;
    border:1px solid #C5E7C8;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding:0 1%;
}
.login p input{
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    width:90%;
}
.denglu{
    width:60%;
    height: 40px;
    line-height: 40px;
    margin:8% auto;
    background: #006B44;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.v-modal{
    display:none !important;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}













