/**
 * This file contains the CSS for the reCAPTCHA widget
 *
 * @package    WordPress Plugins\Pellacraft Tools\modules\recaptcha
 * @author     Zoë Martin
 * @author     Sam Brown
 * @copyright  Pellacraft Limited
 * @since      1.0.0
 */

.recaptcha-iframe-outer {
	width: 302px;
	height: 422px;
	position: relative;
}

.recaptcha-iframe-inner {
	width: 302px;
	height: 422px;
	position: absolute;
}

.recaptcha-noscript-wrapper {
	width: 300px;
	height: 60px;
	border-style: none;
	bottom: 12px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	right: 25px;
	background: #f9f9f9;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
}

.recaptcha-noscript-wrapper #g-recaptcha-response {
	width: 250px;
	height: 40px;
	border: 1px solid #c1c1c1;
	margin: 10px 25px;
	padding: 0px;
	resize: none;
}