.form-group .control-label{
	width:100%;
	box-sizing:border-box;
}

.form-group input[type=text] {
	width:100%;
	box-sizing:border-box;
}
.form-group textarea {
	width:100%;
	box-sizing:border-box;
	min-height:100px;
}