
.captcha-wrapper{
    position: relative;
    display: inline-block;
    width: 329px;
    height: 40px;

}
.captcha-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: fill;
    display: block;
    margin: 0 auto 10px auto;
    background: #eefaf9;
}
.refresh-btn{
    position:absolute;
    top:50%;
    right:5px;
    transform:translateY(-50%);
    border:transparent;
    cursor:pointer;
    font-size:35px;
    padding:2px;
    border-radius:15px;
    background-color:transparent;
    outline:none;
    box-shadow:none;
}
.captcha_field{
    border: none;
}




