.error-message {
    color: red;
    font-size: 14px;
    margin-top: 0;
    position: absolute;
}

div#form-loader {
    position: absolute;
    bottom: -20px;
    left: 40%;
}

form#contact-form {
    position: relative;
}

.form-clt.captcha-wrapper {
    display: flex;
}

strong#captcha-code {
    background-color: #000;
    color: #fff;
    padding: 8px;
    margin-left: 10px;
}

.captcha-code-wrapper {
    display: flex;
    align-items: center;
    margin-right: 15px;
}