/*login */
.fondo {
   background-image: url('../img/login2025.png');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   max-width: 100%;
   height: 100%;
}

.col-md-6 {
   max-width: 400px;
   margin: auto;
   
}

.fondo2 {
    background-image: url('../img/login2025.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    height: 100%;
 }
 
 .col-md-6 {
    max-width: 400px;
    margin: auto;
    
 }

 .color-lbl-login{
   color: #6d9792 !important;
 }

/* .form-control {
   width: 70%;
   max-width: 100%;
}

.card-header,
.form-group label,
.card-footer a {
   font-size: 14px;
}

.form-group {
   margin-bottom: 15px;
}

.form-control {
   width: 90%;
} */