/*
 * Home/ClientCode — the single code textbox.
 * Codes are matched without regard to case, so the box shows what is typed in capitals and
 * spaces the characters a little, which makes a code easier to check against the message.
 */

.nx-input--code {
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
