  
  .feedback {
    font-size: 0.8rem;
    margin: 0rem;
  }
  
  .feedback.confirmation {
    color: #008000;
  }
  
  .feedback.attention {
    color: #ff2d3c;
  }
  
  form button + .feedback {
    font-weight: bold;
  }
  