body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main {
    flex: 1 0 auto;
}

.nav-wrapper {
  /*background-color: #e0091d !important; /*Color rojo logo INVE - Corporativo*/
  background-color: #FFFFFF !important; 
}

#btn-login {
  background-color: #472478 !important; /*Color por defecto*/
  /*background-color: #2f4764 !important; /*Color azul logo INVE*/
  /*background-color: #e0091d !important; /*Color rojo logo INVE - Corporativo*/
}

#text{
  width: 85% !important;
}

#pass{
  width: 85% !important;
}

#iconoOjo{
  position: relative;
  top: 25% !important;
  cursor: pointer;
}

#iconoOjoOculto{
  position: relative;
  top: 25% !important;
  cursor: pointer;
  visibility: hidden;
}

@media (max-height: 767px) and (min-height: 0px){
  .imagina_login{
    width: 45% !important;
  }
}