/* this file is intended for build-time changes within customer-projects, so that there is no need to overwrite other product-css */

.helloCaptchaField {
    margin: 0.5em 0 0 0;
}

.captchaInput {
    border: 1px solid #bbbbbb;
    border-radius: 0.25em;
    padding: 0.5em 1em;
    font-size: 1em;
    margin: 0.5em 0 0 0;
}

.captchaInput:not(:disabled):focus, .captchaInput:not(:disabled):hover {
    box-shadow: 0 0 0.2em 0.1em #75AEDF;
}

.uploadedFileCompressedText {
    order: 3;
    margin: 0.5em;
    padding: 1em;
    font-weight: bold;
    border-color: #F5E79E;
    color: #444444;
    background-color: #FCF8E3;
}

.uploadedFileCompressedButton {
    order: 4;
}