.BDC_CaptchaDiv a:link{
	margin-top: 10px !important;
	display: none !important;
}

.BDC_CaptchaIconsDiv a.BDC_SoundLink{
	display: none !important;
}

.BDC_CaptchaIconsDiv a.BDC_ReloadLink{
	margin-top: 10px;
}
.BDC_CaptchaImageDiv a{
	display: none !important;
}
.btn {
	font-weight: 400 !important;
	vertical-align: middle !important;
	user-select: none !important;
	border: 1px solid transparent !important;
	padding: 0.75rem 1rem !important;
	font-size: 1rem !important;
	line-height: 1.25 !important;
	border-radius: 0.25rem !important;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.btn-icon.btn-pure {
	background-color: transparent !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}