.captchastart {
    margin-top: 10px;
}

.captchastart i {
    font-size: 1.5rem;
    cursor: pointer;
}

.captchastart .form-control {
    width: 100%;
}

#captchaimage {
    height: 44px;
    max-width: 100%;
    image-rendering: optimizeQuality;
    border-radius: 20px;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.captcha-matched {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.captchastart .col-6.col-md-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 4px;
}

.captchastart .fas.fa-sync {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.captchastart #captchaimage {
    margin-top: -4px;
    margin-bottom: 1px;
}

.captchastart #captchaimage,
.fas.fa-sync {
    align-self: center;
}

.captchastart .fas.fa-sync {
    height: 44px;
}

.captcha-mobile {
    width: 100%;
}



@media (max-width: 820px) {
    .captchastart .col-6.col-md-6 {
        justify-content: flex-start;
    }

    .captchastart .fas.fa-sync {
        padding-bottom: 5px;
    }

    #captchaimage {
        height: 40px;
        object-fit: cover;
    }
}

@media (max-width: 540px) {
    .captchastart .form-group.col-md-6 {
        width: 50%;
    }

    .captchastart .fas.fa-sync {
        height: 0px;
        margin-left: 2px;
        margin-bottom: 8px;
        font-size: 20px;
        padding-bottom: 0px;
    }

    #captchaimage {
        width: 90%;
        height: 40px;
        object-fit: cover;
    }
}

@media (max-width: 430px) {
    .captchastart .fas.fa-sync {
        height: 0px;
        margin-left: 2px;
        margin-bottom: 2px;
        font-size: 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 412px) {
    .captchastart .fas.fa-sync {
        height: 0px;
        margin-left: 2px;
        margin-bottom: 08px;
        font-size: 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 390px) {
    .captchastart .fas.fa-sync {
        height: 0px;
        margin-left: 2px;
        margin-bottom: 10px;
        font-size: 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 280px) {
    .captchastart .form-group.col-md-6 {
        width: 100%;
    }

    .captchastart .fas.fa-sync {
        height: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        margin-top: 5px;
    }

    #captchaimage {
        max-width: initial;
        width: auto;
        height: 34px;
        object-fit: cover;
    }

    .captchastart #captchaimage {
        margin-top: 5px;
        margin-bottom: 0px;
    }
}