/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/Frontend/Templates/AddGroupSignin/AddGroupSignin.css ***!
  \************************************************************************************************************/
.signature-container {
    border-bottom: 2px solid #000;  /* Create a solid line at the bottom */
    width: 100%;  /* Make the container width 100% */
    padding-bottom: 5px;  /* Add space between the canvas and the line */
}

.signature-container canvas {
   background-color: beige;
}

.signature-container + .mt-2 {
    margin-top: 10px; /* Add some space between the canvas and the label below */
}

/*# sourceMappingURL=AddGroupSignin.css.map*/