input[type="text"],input[type="number"],input[type="password"] {
  height: 32px;
	box-sizing: border-box;
	border: 1px solid #b3b3b3;
	font-size: 14px;
	border-radius: 4px;
}
.fs-16{font-size: 16px}
.fs-18{font-size: 18px}
.fs-14{font-size: 14px}
select.form-control{
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  border-radius: 4px;
}
textarea.form-control{
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  border-radius: 4px;
}
.btn-xs{
  margin-left: 10px !important
}
