.form-group {
	position: relative;
}

.bv-form .help-block {
	margin-bottom: 0;
	position: absolute;
	height: 22px;
	padding: 0 10px;
	color: #fff;
	background-color: #cb2438;
	top: 22%;
	/*left: 30%;*/
	right: 0;
	font-size: 14px;
}

.bv-form .help-block:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -12px;
	border: 6px solid transparent;
	border-right: 6px solid #cb2438;
}

.bv-form .tooltip-inner {
	text-align: left;
}

.nav-tabs li.bv-tab-success>a {
	color: #3c763d;
}

.nav-tabs li.bv-tab-error>a {
	color: #a94442;
}

.bv-form .bv-icon-no-label {
	top: 0;
}

.bv-form .bv-icon-input-group {
	top: 0;
	z-index: 100;
}

@media only screen and (max-width:768px) {
	.bv-form .help-block {
		height: 18px;
		padding: 0 2px;
		top: 22%;
		left: 45%;
		font-size: 14px;
	}
	.bv-form .help-block:before {
		top: 4px;
		left: -12px;
	}
}
