﻿.captcha-card {
    display: flex;
    width: 220px;
    margin-bottom: 24px;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 1%;
    background-color: #f5fcff;
}

    .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%;
        }

    .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;
}
