
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');



.user.form-group.captcha-container.inner-captacha .captcha-box {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    border-radius: .25rem;
}

.user.form-group.captcha-container.inner-captacha {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .user.form-group.captcha-container.inner-captacha button.btn-n.rld {
        position: absolute;
        right: 0px;
        top: 10px;
        border: none;
        background: #27548A;
    }

        .user.form-group.captcha-container.inner-captacha button.btn-n.rld img {
            filter: brightness(0) invert(1);
        }

    .user.form-group.captcha-container.inner-captacha .half-box {
        flex: 0 0 49%;
        margin: 0 !important;
        position: relative;
    }

