html {
  height: 100%;
}

body {
  height: 100%;
}

#preloader {
  display: none;
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /* Old browsers */
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: .9;
  overflow: auto;
  z-index: 90000 !important;
}

.loader {
  width: 150px;
  /*height: 50px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
}

.navbar-brand img {
  width: 200px;
}

.bg-gradient-info {
  background: linear-gradient(60deg, #ecf0f1, #bdc3c7);
}

/* hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 5px dotted rgba(16, 86, 113, 0.3);
} */

.title {
  min-height: 0;
}

.boleto {
  min-height: 100%;
}

.boleto p {
  /* font-size: 12px; */
  line-height: 1;
}

.boleto label {
  font-size: 12px;
  line-height: 1;
}

.boleto .cedente p {
  font-size: 10px;
  line-height: 1;
}

.boleto .cedente label {
  font-size: 10px;
  line-height: 1;
}

.boleto .info-seguranca p{
  line-height: 1;
  margin: 0;
}

.font-b {
  font-weight: bold;
}