.loginbanner{
    width: 100%;
    height: auto;
    display: block;
}
.logo{
    width: 60%;
    height: auto;
    margin: 45px auto;
    display: block; 
}
input::placeholder{
    color: #828892 !important;
    font-size: 12px;
    font-family: 'fontm';
}
.addquhao{
    width: 66px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #B8B8B8; 
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #414141;
} 
.label{
    color: #030712;
    font-size: 12px; 
    display: block;
    margin-top: 12px;  
} 
.inputbox{
    flex:1;
    height: 54px;
    border: 1px solid #E5E7EB;  
    font-size: 12px;  
    background: #F3F4F6;
    border-radius: 27px;
    margin-top: 4px;
    padding-right: 15px;
}
input{
    color: #1F1F1F !important;
    font-size: 14px;
    background: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 15px;
}
.inputicon{
    width: 24px !important;
    height: 24px !important;
    margin-left: 10px;
}
.inputbox input{
    flex: 1;
    border: none;
    outline: none; 
}
.textright{
    text-align: center;
    color: #030712;
    font-size: 12px;
    margin-top: 25px;
    font-family: 'fontm';
}
.textright a{
    color: #74B023;
    font-size: 12px;
    text-decoration: underline;
}
.submit{
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background: #1B3B83; 
    text-align: center;
    line-height: 50px;
    color: #ffffff; 
    line-height: 44px;
    margin-top: 24px;
    font-family: 'fontm';
    font-size: 14px;
}
.inputbox img{
    width:100px; 
}
.marignleft{
    margin-left: 10px;
}  
.copyright{
    position: fixed;
    bottom: 10px; 
    left: 0;
    width: 100%;
    height: 16px;
    text-align: center;
    font-size: 12px;
    font-family: 'fontl';
    color: #000000;
}