@charset "utf-8";
/* CSS Document */

.rc-anchor {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
	box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
	position: relative;
	user-select: none;
	z-index: 0;
}
	
.rc-anchor-normal {
	height: 74px;
	width: 300px;
}
	
.rc-anchor-light {
	background: #f9f9f9;
	color: #000;
}
	
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
	border: 1px solid #d3d3d3;
}
	
.rc-anchor-normal .rc-anchor-content {
	height: 74px;
	width: 206px;
}
	
.rc-anchor-content {
	display: inline-block;
	position: relative;
}
	
.rc-inline-block {
	display: inline-block;
	height: 100%;
}
	
.rc-anchor-center-container	{
	display: table;
	height: 100%;
}
	
.rc-anchor-center-item {
	display: table-cell;
	vertical-align: middle;
}
	
.recaptcha-checkbox {
	border: none;
	font-size: 1px;
	height: 28px;
	margin: 4px;
	width: 28px;
	overflow: visible;
	outline: 0;
	vertical-align: text-bottom;
}
	
.rc-anchor-checkbox
{
	margin: 0 8px 2px 12px;
}
	
.goog-inline-block {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
}
	
.recaptcha-checkbox-border {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	border: 2px solid #c1c1c1;
	font-size: 1px;
	height: 24px;
	position: absolute;
	width: 24px;
	z-index: 1;
}
	
.rc-anchor-checkbox-label {
	font-family: Roboto,helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
	
.rc-anchor-normal-footer {
	display: inline-block;
	height: 74px;
	vertical-align: top;
	width: 70px;
}
	
.rc-anchor-logo-portrait {
	margin: 10px 0 0 22px;
	width: 58px;
}
	
.rc-anchor-logo-img {
	background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
	background-repeat: no-repeat;
}
	
.rc-anchor-logo-img-portrait {
	-webkit-background-size: 32px;
	-o-background-size: 32px;
	background-size: 32px;
	height: 32px;
	margin: 0 13px 0 13px;
	width: 32px;
}	
	
.rc-anchor-light .rc-anchor-logo-text, .rc-anchor-light div a:link, .rc-anchor-light div a:visited {
	color: #555;
}
	
.rc-anchor-logo-text {
	cursor: default;
	font-family: Roboto,helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	margin-top: 5px;
	text-align: center;
}
	
.rc-anchor-normal .rc-anchor-pt {
	margin: 2px 9px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 276px;
}
	
.rc-anchor-normal .rc-anchor-pt, .rc-anchor-invisible .rc-anchor-pt, .rc-anchor-compact .rc-anchor-pt {
	font-family: Roboto,helvetica,arial,sans-serif;
	font-size: 8px;
	font-weight: 400;
}
	
.rc-anchor-pt div {
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}