<div class="input-container standard success">
    <input type="text" />
    <label>Standard Input</label>
    <small>This is success message.</small>
</div>

<div class="input-container standard error">
    <input type="text" />
    <label>Standard Input</label>
    <small>This is error message.</small>
</div>