„„„.login-page,
register-page {
  background: linear-gradient(rgb(255, 255, 255), rgb(155, 159, 154));
}

.login-page #fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/syslogo.png);
  background-size: cover;
  overflow: hidden;
  z-index: -1;
  opacity: 0.3;
}

#draw-canvas {
  border: 2px dotted #cccccc;
  border-radius: 5px;
  cursor: crosshair;
}

#draw-dataUrl {
  width: 100%;
}

.cabecerafija {
  position: fixed;
  background-color: #fff;
}

.modal {
  overflow: auto !important;
}
.modal {
  overflow-y: auto !important;
}

.modal-body {
  height: 31rem;
  overflow-y: auto;
}
