/* TextInput using BEM styling principles */

.textinput {
    margin-bottom: 16px;
}

.textinput__error {
    color: red;
}

.textinput__input--state-error {
    border: 1px solid red;
}
