
.contentcaptcha {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    padding:10px 1px 10px 0;
}

.captchacontact {
    border-radius: 5px;
    border: 1px solid gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    text-align: center;
    letter-spacing: 10px;
    /*background-image: repeating-linear-gradient( to bottom, #fff, #fff 7%, rgb(100 100 100) 10% );*/
    background-image: url('captcha-bg.png');
}

.captcha {
    border-radius: 5px;
    border: 1px solid gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image: repeating-linear-gradient( to bottom, #fff, #fff 7%, rgb(100 100 100) 10% );*/
    color: #fff;
    font-size: 35px;
    text-align: center;
    letter-spacing: 10px;
    background-image: url('captcha-bg.png');
}
.captchatextalign
{
    text-align:center;
}
.wrapperbutton {
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #4db2ec;
    border-radius: 5px;
    transition: all 0.3s ease;
    width: 50px;
    /*text-align: center;
    display: flex;*/
}

.iconrefersh {
    padding: 40% 0 0 25%;
}
