.captcha-wrapper{
    display: flex;
    background: #6e4f6f;
    border-radius: 7px;
}
.captcha-wrapper img{
    padding: 3px;
    border-radius: 7px;
    height: 90px;
    width: 170px;
}
.captcha-input{
    margin: 15px;
    width: 100%;
    background: #fcd5fd !important;
    color: #262626 !important;
}
@media (max-width: 1200px){

        .captcha-wrapper{
            flex-direction: column;
        }
        .captcha-wrapper img{
            width: 100% !important;
        }
        .captcha-input{
            width: 90% !important;
            margin: 10px auto !important;
        }
        .registration-box,
        .reg-section{
            padding: 20px;
        }

    }