﻿.captcha-card {
    display: flex;
    margin-top: 0px;
    margin-bottom: 24px;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 1%;
    background-color: #f5fcff;
    text-align:center!important;
}

    .captcha-card .captcha-image {
        border: 1px solid #acacac;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 99%;
        border-radius: 4px;
        margin-bottom: 8px;
        background-color: #F5DEB4;
    }

    .captcha-card .CaptchaImage img {
        width: 100%;
        text-align: center;
    }

    .captcha-card .captcha-controls {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }

.input-captcha {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    width: 100%;
}
