/**
 * This source file is subject to the Open Software License (OSL 3.0)
 *
 * @author Sergei Koroljov <xsergik@gmail.com>
 * @copyright 2021 XSergik
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
 .g-recaptcha-hidden {
    display: none;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
   -moz-transition: opacity 1.5s ease-in-out;
   -webkit-transition: opacity 1.5s ease-in-out;
 }

 .g-recaptcha-error {
    margin: 0;
    padding: 5px;
    color: #ff0000 !important;
    font-weight: bold;
    text-align: left;
 }
