/*
// Plugin Name : Form Builder
// Created On : 11/20/2020
// Author : Joe Kustek
// Version : 1.0
// Description : Create great looking forms with ease!
//
*/
.j-form-wrapper {
  width: 98%;
  padding: 5px;
}
.rr_req {
  color: red;
  font-size: 15px;
  margin-left: 5px;
}






.jcaptcha {
          display:none;
        }
        .jcaptchashow {
          display: block!Important;
          text-align: center;
        }

        .j-captcha-box {
        width: 254px;
        height: 59px;
        background-repeat: no-repeat;
        text-align: center;
        margin-bottom: 14px;
        }

        .s-captcha-hide {
          display: none;
        }

        .captcha-error-md1 {
            display: none;
            animation:captcha-error-md1 1.1s infinite;
        }
        .captcha-error-md12 {
            display: block;
        }
        @keyframes captcha-error-md1 {
            0%{     color: #ff0000; }
            49%{    color: #ff0000; }
            60%{    color: transparent; }
            99%{    color:transparent; }
            100%{   color: #ff0000; }
        }
        @media screen and (min-width: 991px) {
          .jjccmm_captcha {
            width: 254px;
          }
        }
        .jjccmm_captcha {
          font-family:courier,arial,helvetica;
        }
        .jfrrrm input, .jfrrrm textarea {
          font-family:courier,arial,helvetica;
          font-size: 20px;
        }
        .jfrrrm input, .jfrrrm textarea {
        font-family: courier,arial,helvetica;
        font-size: 20px;
}
