html,body{
    height: 100%;
}
.box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../mis_images/login/BG.png);
    background-size: 100% 100%;

    
}
.is-wrap{
    width: 30.3125rem;
    height: 37rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.625rem 0.4375rem 0rem 
		rgba(0, 3, 4, 0.32);
    border-radius: 0.625rem;
    margin: 6rem auto;
    min-width: 30.3125rem;
    min-height: 37rem;
}
.is-innerwrap{
    width: 25.5rem;
    margin: 0.625rem auto;
    overflow: hidden;
}
.is-title{
    width:22.1875rem;
    margin:2.4375rem auto;
    display:flex;
    align-items: center;
    justify-content: space-between;

}
.is-inner{
    padding: 0.3125rem;
}
.is-inner .file{
    margin-bottom: 2.5rem;
    width: 100%;
    height: 3.25rem;
    border-bottom: 0.0625rem solid #3d96e4;
}
.is-inner .file input{
    margin-left: 0.625rem;
    border:none;
    width: auto;
    height: 2.5rem;
    font-size: 1rem;
    background:none;  
    outline:none;  
}
.file label{
    margin-left: 0.625rem;
}
.dl{
    width: 100%;
    height: 3rem;
    background-color: #3296f0;
    border-radius: 0.625rem;
    font-size: 1.375rem;
    color:#fff;
    border:0;
}

.remimg{
    width: 7.625rem;
    height: 3.25rem;
    margin-left: 3.3125rem;
}
.yzm{
    height: 3.25rem;
    display:flex;
    align-items: center;
}
footer{
    font-size: 1.0625rem;
    color:#fff;
    position: fixed;
    bottom: 10%;
    left: 36%;
}
.remimg img{
    width: 100%;
}