/* Fixes for normalize.css */
[type="text"],
[type="password"],
textarea {
  box-sizing: border-box;
}
