.bw_form .captcha_field {
	overflow: hidden;
	padding: 4px;
	box-sizing: border-box;
	width: 210px;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	min-height: 30px;
	outline: none;
	border: #c5c5c5 solid 1px;
}

.bw_form .captcha_field img {
	display: block;
	margin: 0 0 4px 0;
	cursor: pointer;


	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bw_form .captcha_field input[type="text"] {
	border-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-transform: uppercase;
	background-color: #FFFFFF;
	outline: none;
	display: block;
	min-height: 30px;
	/*border-bottom: #ccc solid 1px;*/
	text-align: center;

	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.bw_form .captcha_field .refresh {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	background: url('refresh.svg') no-repeat center center;
	background-size: contain;
	opacity: 0.25;
}

.bw_form .captcha_field .refresh:hover {
	opacity: 1;
	/*
	transition: all 0.7s;
	transform: rotate(6.28rad);
	*/
}

.bw_form .captcha_field_input_wrapper {
	position: relative;
	padding-right: 34px;
	box-sizing: border-box;
}