@charset "utf-8";
/* =Notes
 *--------------------------------------------------------------
 * This stylesheet is a sample (default) reCAPTCHA styles.
 * You can modify this stylesheet which will match your order.
 */
/*  Copyright 2015 Eiji 'Sabaoh' Yamada (email : age.yamada@kxa.biglobe.ne.jp)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 2, as
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

/**
 *---------- reCAPTCHA on login panel
 */
p.login_panel_captcha div.g-recaptcha {
    /* adjust margin of reCAPTCHA */
    margin-bottom: 2mm; /* not work because margin: 0; set in wp_login.php */
}

/**
 *---------- reCAPTCHA on comment form
 */
form.comment-form div.g-recaptcha {
    /* adjust position of reCAPTCHA */
    margin: 0 0 2mm 42mm;
}
