.form-group.is-captcha {
    position: relative;
}

.form-group.is-captcha .form-control {
    padding-right: 220px;
}

.form-group.is-captcha .input-captcha {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}

.form-group.check-agree {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    padding: 0 6px;
}
.form-group.check-agree label {
    cursor: pointer;
}
.form-group.check-agree input[type="checkbox"] {
    cursor: pointer;
    transform: scale(1.5);
    position: relative;
    top: 6px;
}