#s-error, #p-error {
  display: none;
  margin-top: 1em;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #ffebee;
  color: #ef5350;
}
#s-error a, #p-error a {
  color: #ef5350;
  text-decoration: underline;
}
