﻿/* recaptcha */
#recaptcha-error {
    position: absolute;
    top: 0px;
    left: 13px;
    display: none;
    font-family: "GraphikTH-Regular";
    font-size: 1.3rem;
    color: #ea5236;
    text-align: left;
}

    #recaptcha-error.show {
        display: block;
    }

.recaptcha-wrap.error {
    border: 1px solid #ea5236;
    height: 78px;
}

.rc-anchor-normal {
    height: 76px !important;
}
