.CaptchaPanel {
    width: 100%;
}

.CaptchaPanel,
.CaptchaPanel * {
    box-sizing: border-box;
    text-align: left;
}

.CaptchaImagePanel img {
    width: 200px;
    width: max(200px, 10.41667vw);
}

.CaptchaAnswerPanel {
    width: 250px;
    width: max(250px, 13.02083vw);
    /* margin: 0 auto; */
}

.CaptchaWhatsThisPanel a {
    color: #333;
}

.submit-button {
    padding: 10px 0px 10px 0px;
    position: relative;
    width: auto;
    /* text-align: center; */
    cursor: pointer;
}