/******************************************************
*                                                     *
*   Async reCAPTCHA - jQuery Plugin                   *
*                                                     *
*   Purpose: This project contains a simple and       *
*            full configurable jQuery plugin which    *
*            asynchronously loads one or multiple     *
*            Google reCAPTCHA v2 instances located    *
*            on a page. The load is triggered when    *
*            the reCAPTCHA is scrolled into viewport. *
*                                                     *
*   Author: Andreas Kar (thex) <andreas.kar@gmx.at>   *
*   Repository: https://git.io/JvyqU                  *
*                                                     *
******************************************************/

.g-recaptcha{min-height:78px;position:relative;z-index:2}.async-recaptcha-spinner-ctn{min-height:78px;display:inline-block;position:absolute;min-width:304px}.async-recaptcha-spinner{position:absolute!important;margin:auto!important;top:0;bottom:0;left:0;right:0;z-index:1}.async-recaptcha-spinner.simple-spinner{border:.25em solid #f3f3f3;border-radius:50%;border-top:.25em solid #000;width:2rem;height:2rem;-webkit-animation:simple-spin 0.75s linear infinite;animation:simple-spin 0.75s linear infinite}@-webkit-keyframes simple-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes simple-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}