label {
  color: black; /* Code for Firefox */
}
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.portada{
     background: white url("../img/logo.png")  no-repeat center center fixed ;
    position: absolute;
    width: 100%;
     height: 100%;
}

.login{
    background: white url("../img/logo.png")  no-repeat  right bottom fixed ;
    /*background-size: 20% 20%;*/
    position: absolute;
    width: 100%;
    height: 100%;
}


.contenido{
    background: white url("../img/logoxs.png")  no-repeat  right bottom fixed ;    
}

/*url("../img/logo-navbar.svg")  no-repeat center center fixed*/


.fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 5%;  
}

.button-margin{
   border: 2px solid #0D47A1 !important;
}

.info{
  font-family:'Times New Roman' !important;
}