
.bg-login{
  background-image: url("../img/fondo.jpg");
   /* Full height */
   height: auto; 

   /* Center and scale the image nicely */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.bg-customBlue{
  background-color: #06507A !important;
}

.bg-customGray{
  background-color: #7c7b81;
}

.bg-customGray2{
  background-color: #f2f2f2;
}

.range-pet{
  height: 1rem !important;
  --range-shdw: #06507a !important;
}


input[type="range"]::-webkit-slider-thumb, input[type="range"]::-webkit-media-slider-thumb {
  height: 18px !important;
  width: 18px !important;
}

.bg-font{
  background-color: color(srgb 0.949 0.949 0.9491);
}

.modal-box {
  max-width: 90% !important;
  width: 90% !important;
  height: 100% !important;
}

.file-input {
  height: 2rem !important;
  width: 20vw;
}