﻿.captchamainbox {
	display:flex;
	flex-direction:column;	
}
.captchabox {
	display: flex;
	flex-direction: row;
	align-items:center;
	/*height:40px;
	margin-bottom:10px;*/
}
.captchamainboxinner {
	display:flex;
	flex-direction:row;
	align-items:flex-start;
}
	.captchabox .imgbox {
		padding-right:5px;
	}
	.captchabox .imgbox img{
	}
	.captchabox .captcharefreshbox {
		padding-left:5px;
	}
.captcharefreshbox a.fa{
	font-size:16px;
	cursor:pointer;
	color:inherit;
	opacity:0.8;
	text-decoration:none;
}
	.captcharefreshbox a.fa:hover {
		opacity:1;
		text-decoration:none;
	}
.captchamainbox .captchainputbox {
	display:flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	padding-right: 10px;
}
.captchainputbox input.form-control {
	/*width: 120px;
	height: 23px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;*/
}
.captchainputbox .captchamsg {
	font-size:inherit;
	font-weight:normal;
	height: 20px;
	width: 100%;
	text-align:left;
}

.captchamsg.error {
	color:red;
}
.captchamsg.success {
	color: green;
}
input.form-control.error {
	border: solid 1px red;
	box-shadow: 0px 0px 2px red;
}

.captchamainbox.form-group {
	margin-bottom:10px;
}