.layout {
  display: flex;
  flex-direction: column;
}

input:invalid {
  background: tomato;
}
