Copy <div class="container">
<div class="form-panel-boxed">
<div class="form-panel-body">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label class="col-form-label">Default</label>
<input class="form-control" type="text" spellcheck="false" data-ms-editor="true">
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">Default medium</label>
<input class="form-control form-control-md" type="text" spellcheck="false" data-ms-editor="true">
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">Default small</label>
<input class="form-control form-control-sm" type="text" spellcheck="false" data-ms-editor="true">
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">Default extra small</label>
<input class="form-control form-control-xsm" type="text" spellcheck="false" data-ms-editor="true">
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group disabled">
<label class="col-form-label">Disabled</label>
<input class="form-control" type="text" spellcheck="false" data-ms-editor="true">
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group required">
<label class="col-form-label"> Input with success message</label>
<div class="field-icon field-success">
<input class="form-control" type="text" spellcheck="false" data-ms-editor="true">
</div>
<span class="message text-success"><i class="fas fa-check-circle me-1"></i>This is a success message.</span> <small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group required">
<label class="col-form-label">Input with warning message</label>
<div class="field-icon field-warning">
<input class="form-control" type="text" spellcheck="false" data-ms-editor="true">
</div>
<span class="message text-warning"><i class="fa-solid fa-triangle-exclamation me-1"></i>This is a warning message.</span> <small class="form-text text-muted">Example help text which will remains unchanged</small> </div>
<div class="form-group required field-has-error">
<label class="col-form-label">Input with error message</label>
<input class="form-control" type="text" spellcheck="false" data-ms-editor="true">
<span class="message text-danger"><i class="fas fa-exclamation-circle me-1"></i>This is an error message. </span> <small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">Inline button</label>
<div class="input-group">
<input type="text" class="form-control" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn btn-primary" type="button">Find</button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">Inline button medium</label>
<div class="input-group">
<input type="text" class="form-control form-control-md" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn btn-primary" type="button">Find</button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">Inline button small</label>
<div class="input-group">
<input type="text" class="form-control form-control-sm" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn btn-primary" type="button">Find</button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">Inline button extra small</label>
<div class="input-group">
<input type="text" class="form-control form-control-xsm" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn btn-primary" type="button">Find</button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">With icon</label>
<div class="input-group input-group-with-icon">
<input type="text" class="form-control" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn" type="button"><i class="fal fa-search"></i></button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">With icon medium</label>
<div class="input-group input-group-with-icon">
<input type="text" class="form-control form-control-md" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn" type="button"><i class="fal fa-search"></i></button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">With icon small</label>
<div class="input-group input-group-with-icon">
<input type="text" class="form-control form-control-sm" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn" type="button"><i class="fal fa-search"></i></button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
<div class="form-group">
<label class="col-form-label">With icon extra small</label>
<div class="input-group input-group-with-icon">
<input type="text" class="form-control form-control-xsm" placeholder="" aria-label="" aria-describedby="" spellcheck="false" data-ms-editor="true">
<button class="btn" type="button"><i class="fal fa-search"></i></button>
</div>
<small class="form-text text-muted">This is example helper text!</small> </div>
</div>
</div>
</div>
</div>
</div>