/* Captcha style */
.captcha{
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.captcha_child{
	display: flex;
	align-items: center;
	float: left;
}
.captcha_child_two{
	padding: 5px 5px 5px 5px;
	float: left;
}
.refreshBtn:hover{
	cursor: pointer;
	background-color: #a8a8a8;
	color: white;
	border: 1px solid #a6a6a6;
}
.refreshBtn{
	color: black;
	border: 1px solid #888;
	width: 110px;
	border-radius: 5px;
	height: 25px;
	display: block;
	padding: 2px 15px;
	margin: 5px 0px;
}
