/***** Captcha CSS *****/


.contactForm .captcha {
    margin: 15px 0px;
}

.contactForm .captcha .preview {
    color: #555;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px solid #888;
    font-family: "monospace"
}

.preview span {
    display: inline-block;
    user-select: none;
    border: 1px solid #888;
    height=100px;
}

.contactForm .captcha .form-input {
    display: flex
}

.contactForm .captcha .form-input input {
    width: 100%;
    padding: 8px;
    border: 0px solid #888;
}

    /*.contactForm .captcha .form-input .captcha-refresh {
    width: 40px;
    border: none;
    outline: none;
    background: #888;
    color: #eee;
    cursor: pointer;
}*/

.contactForm .captcha .captcha-form {
    color:aliceblue
}

.captcha-refresh {
    font-size:10px;
    width: 4.6em;
    height: 40px;
}