* {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: medium;
  font-weight: 500;
}

@font-face {
  font-family: 'IBM Plex Sans', sans-serif;
  src: url('../font/IBMPlexSansCondensed-Medium.ttf');
}

.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: black;
  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-dialog-scrollable { max-height: 85vh; }