Success state is important. Please let it be avaliable in [Form](http://semantic-ui.com/collections/form.html). ``` html <div class="ui form"> <div class="field success"> <label>Username</label> <input placeholder="Username" type="text"> </div> </div> ```