.no-show{
   display: none;
}

.img-login{
   width: 200px;
   height: 120px;
}

.img-logo{
   width: 650px;
   height: 500px;
}

.auth-wrapper2 {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   min-width: 100%;
   min-height: 80vh;
}

.bar-header{
   padding-top: 1.5vh;
   color: black;
}

.link-a{
   cursor: pointer;
}

.abs-center {
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
}

.text-cash{
   text-align: right;
   font-weight: bold;
}

.centrar{
   text-align: center;
}

.spinner{
   display: block;
   font-size: 25px;
   color: white;
}

.check_input {
   height: 18px;
   width: 18px;
}

.check_input:checked {
   background-color: #23b962;
}

.img-table{
   width: 30px;
   height: 30px;
   padding: 0%;
}

.text-red{
   color: rgb(241, 48, 48) !important;
}

.color-link{
   color:rgb(19, 123, 241) !important;
   cursor: pointer;
}

.color-link-bold{
   color:rgb(19, 123, 241) !important;
   cursor: pointer;
   font-weight: bold;
}

.font-10{
   font-size: 10px;
}

.font-bold-10{
   font-size: 10px;
   font-weight: bold;
}

.titulo-reporte-excel{
   font-size: 16px;
   font-weight: bold;
}

.subirimagen{
	visibility: hidden;
}

.img-perfil{
   cursor: pointer;
	width: 150px;
	height: 150px;
   border-radius: 50%;
}

.img-profiless{
   /*border: solid 1px;
   border-color: #23b962;*/
   display: flex;
   justify-content: center;
}

.border-div{
   display: flex !important;
   justify-content: center !important;
   text-align: center !important;
}

.footer-div{
   display:flex;
   align-items: center;
   justify-content: right;
}
@media only screen and (max-width: 575px) {
   .bar-empresa {
      display: none;
   }

   .bar-empresa-icon{
      display: inline;
   }

   .border-div{
      display: flex !important;
      justify-content: center !important;
      text-align: center !important;
   }

   .border-div img{
         width: 70px;
         height: 50px;
   }

   .img-logo{
      width: 350px;
      height: 250px;
   }
}