@mixin field-focused-state {
    border-color: #14b8a9;
    outline: none;
    box-shadow: 0 0 0 1px #14b8a9;
}
