#captcha{
    background-color: #ffffff;
    border: 1px solid #69727d33;
    border-radius: 9px;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    display: flex;
}

#captcha img{
    height: 50px;
}

#captcha input{
    width: 100%;
    height: 50px;
    border: none;
    outline: none !important;
    border-left: 1px solid #69727d33;
    border-radius: 0px;
}

#captcha button{
    border-radius: 10px;
}