    

    body {
      /*display: flex;*/
      align-items: center;
      padding-bottom: 40px;
      background-color: #fff;
    }
    
    .form-signin {
      width: 100%;
      max-width: 330px;
      padding: 15px;
      margin: auto;
    }
    .form-signin .checkbox {
      font-weight: 400;
    }
    .form-signin .form-control {
      position: relative;
      box-sizing: border-box;
      height: auto;
      padding: 10px;
      font-size: 16px;
    }
    .form-signin .form-control:focus {
      z-index: 2;
    }
    .form-signin input[type="email"] {
      margin-bottom: -1px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .form-signin input[type="password"] {
      margin-bottom: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    
    .alert{padding:5px; font-weight: normal; margin: 5px 0 10px 0;}


    .card-usuarios{max-width:600px; }

    label{font-size:9pt; color: #444040;}
    /*
    body{
        background-color: #212529;
        font-family: 'Roboto Condensed';
        }
        *{font-family: 'Roboto Condensed';}
        */

        nav{margin: 15px 0 15px 0; background-color: #deece2; border-radius: 5px;}
        
        .card{margin: 0 0 15px 0;}
        
     
          .bd-placeholder-img {
            font-size: 1.125rem;
            text-anchor: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
          }
    
          @media (min-width: 768px) {
            .bd-placeholder-img-lg {
              font-size: 3.5rem;
            }
          }
          
          
          .btn-ordem{padding:0px; width:20px; font-weight: bold;}
          
    /*
          .table-small{font-size:9pt; }
          .table-small th{padding:1px;}
          .table-small td{padding:1px; }
    */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }


  .banner-example{
    margin: 25px 0 10px 0;
  }

  .table {font-size:9pt;}