/* tamaño de fuente */
.flet-lab {
  font-size: 0.9em;

}

.flet-correo-negrita {
  font-weight: bold;
}

.flet-correo-cursiva {
  font-style: italic;

}

.select-language .dropdown-menu a img, .select-language .dropdown-toggle img {
  width: 25px;
}

.select-language .dropdown-menu li {
  float: left;
}

.logoempresa {
    height: 80px;
    max-width: 300px;
}

.formatorow {
    vertical-align: middle !important;

}

@media (max-width: 768px) {
    .logoempresa {
        height: auto;
        max-width: 50px;
    }

    .formatorow {
        font-size: 10px;
    }
}

.error {
  color: #a94442;
}