You can use the below SQL query to increase the length of the login field:
ALTER TABLE va_users MODIFY COLUMN login VARCHAR(255)