

.control-label.required:after
{
    content: ":*";
}

.control-label:after
{
    content: ":";
}

.control-label
{
}

.form-control
{
}

.form-group
{
    width: 100%;
    display: inline-block;
    clear: both;
}
.form-group-50{
	width: 50%;
	float: left;
	box-shadow: 0px 0px 0px 1px #888888;
	padding: 10px;
	margin-bottom: 15px;
}
.form-group-50:nth-child(odd){
	
}
.form-group-50:nth-child(even){
	
}

form
{
    width: 100%;
}
form:after{
	content: '';
	display: block;
	clear: both;
}


@media (max-width:1199px)
{
    form
    {
        width: 100%;
    }
}

@media (max-width: 991px) {
	.form-group-50{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.form-group-50{
		width: 100%;
	}
	.form-group-50:nth-child(odd){
		
	}
	.form-group-50:nth-child(even){
		
	}
}

