body {
    background-color: #042C45;
    color: white;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
  }

  .libro-img{

    width: 200px;
    height: 150px;
  }
  .libro{
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .form-container {
    max-width: 600px;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
  }

  h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  label {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #F9F9F9;
  }

  .producto{
    margin-top: 0px;
  }

  input[type="text"],
  input[type="email"],
  input[type="date"],
  textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #dce0e6;
    color: black;
    font-size: 14px;
    box-sizing: border-box;
  }

  textarea {
    resize: vertical;
    min-height: 100px;
  }

  .row {
    display: flex;
    gap: 10px;
  }

  .row input {
    flex: 1;
  }

  .checkbox-group {
    background-color: #dce0e6;
    padding: 10px;
    border-radius: 4px;
  }

  .checkbox-group label {
    font-weight: normal;
    color: black;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .checkbox-group input {
    margin-right: 10px;
  }

  .firma-box {
    background-color: white;
    height: 120px;
    border-radius: 4px;
    margin-top: 10px;
  }

  .btn-submit {
    margin-top: 30px;
    background-color: #d35b0b;
    border: none;
    padding: 12px 25px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  body {
    background-color: #042B47;
    color: white;
    font-family: Arial;
    padding: 40px;
  }

  label span {
    color: #ffffff;
    font-weight: bold;
  }

  canvas {
    background-color: white;
    cursor: crosshair;
    border-radius: 4px;
  }

  .btns {
    margin-top: 10px;
  }

  .btns button {
    margin-right: 10px;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    background-color: #5a7099;
    color: black;
    font-weight: bold;
    cursor: pointer;
  }

  button[type="submit"] {
    margin-top: 20px;
  }

  input[type="hidden"] {
    display: none;
  }
