/* Show it is fixed to the top */
body {
/*  min-height: 75rem;*/
  padding-top: 4.5rem;
}
.principal{
    background-color: #1B2631;
    color: azure;    
}
.loginPanel{
    background-color: #1B2631;    
    color: azure;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
       
}

.verde2{
  background-color: #C4E8C1;
  color: #1A7A2A;
}

.verde1{
  background-color: #0E6251;
  color: #fff;
}

.verde3{
  background-color: #E8FEDE;
 
}

.azul1{
  background-color: #21618C;
  color: #fff;
}

.azul2{
  background-color: #2471A3;
  color: #fff;
}

.rojo1{
  background-color: #B03A2E;
  color: #fff;
}
a {
    color: #FFF;   
    text-decoration: none;
}

a:hover{
 color: #EAEAED;   
}