/* module.css */

.alert {
    margin-bottom: 0;
    border: none;
    /*border-bottom: 1px dotted rgba(128, 128, 128, .5);*/
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  
  /*.alert.success { background-color: #77ee88; }
  .alert.error { background-color: #ff8899; }*/
  