﻿.captchaRom {
    display: flex;
    gap: 1px;
}

    .captchaRom > img {
        flex: 1;
        height: 45px;
    }

    .captchaRom > input[type=text] {
        max-width: 85px;
    }


    .captchaRom > button.captchaRefreshButton {
        border: none;
        outline: none;
        background-color: lightgray;
        color: black;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
