#id_captcha_1 {
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
    padding: 1rem .75rem;
    background: #f4f5f7;
    border: 1px solid #eaecf1;
    transition: all ease 0.4s;
    width: 45%;
    line-height: 1.25;
    color: #495057;
    appearance: none;


}

.captcha {
    width: 110px;
    height: 36px;
}

