div.input-form {
	background-color:#fff !important;
	padding:15px 30px 5px 30px;
	min-width:260px;
}

div.input-form label {
	white-space:nowrap;
	padding-left:10px;
}

div.input-form input {
	box-sizing:border-box;
	max-width:99%;
}

div.input-form span.mandatory {
	color:#f00;
	margin-right:5px;
}

div.input-form span.form-control-static {
	float:left;
	width:300px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

@media(max-width:767px){
	div.input-form span.form-control-static {
		padding-left:10px;
	}
}