
body {
    margin: 0;
}

        
#fundo {
    position: relative;
    background-color: #0f4c81;
}        
.pendenteCard {
    padding: 18px;
}
.pendenteImagem {
    padding: 5%;
}

.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:400px;
    height:200px;
    background-color: white;
  }
