.contenedor-user {
  width: 100%;
  height: 200px;
  display: table;
}

.info-user {
  display: table-cell;
	vertical-align: middle;
  text-align: center;
}

.card-content {
  min-height: 400px;
  padding: 35px;
  margin: 15px;
}

.btn-table{
  margin: 0px !important;
  padding: 0px !important;
  height: 30px !important;
  width: 30px !important; 
}

.fondo{
  background-image: url("/postventa/img/fondo3.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mascara{
  position: absolute !important;
  width: 100%;
   height: 100%;
  background-color: rgba(0,150,136,0.3);
}

.tituloLogin{
  font-family: 'Lato', sans-serif;
  color: #616161;
}

a {
  text-decoration: none;
}

.logo{
  background-image: url("/postventa/img/logodadelco.png");

}

.text-white {

  color: white;
}

tr{
  white-space: nowrap;
}
