.re_img img{
    margin-bottom: 7px;
}
.re_btn{
    width:25px;
    height: 25px;
    padding: 0;
    margin: 15px 10px 10px 10px;
    border: 1px solid gray;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.re_icon{
    width: 100%;
    height: 100%;
}
.return{
    margin-top: 10px;
}
#captchaform{
    margin-left:24%;
}
@media screen and (max-width:990px) {
    #captchaform{
        margin-left: 0;
    }
}
