Markup: templates/output/04-elements/forms/input/password.html
<div class="form-group">
<label for="demoformid-password">Your Password</label>
<input class="" type="password" id="demoformid-password" name="" placeholder="Type your Password"/>
</div>
<div class="form-group has-error">
<label for="demoformid-password-error">Your Password</label>
<input class="" type="password" id="demoformid-password-error" name="" placeholder="Type your Password"/>
<div class="form-group__error" role="alert">This field is required</div>
</div>
Source:
assets/sass/04-elements/_elements.forms.scss, line 129