/*login */
.fondo {
    background-image: url('../img/loginCJ.jpg');
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    height: auto;
 }
 
 .col-md-6 {
    max-width: 400px;
    margin: auto;
    
 }
 
 .fondo2 {
     background-image: url('../img/loginCJ.jpg');
     /*background-size: cover;*/
     background-repeat: no-repeat;
     background-position: center center;
     max-width: 100%;
     height: auto;
  }
  
  .col-md-6 {
     max-width: 400px;
     margin: auto;
     
  }
 
 /* .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%;
 } */