.bg-dark {
    background-color: #eee!important;
    color: #000;
}
.text-light {
    color: #000!important;
}
.rounded-pill {
    border-radius: 5px!important;
}

.form-label {
    margin-bottom: 0.1rem;
}

.row>* {
    margin-top: 0.4rem;
}

.info {
  width: 80%;
  margin-left:10%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  
  background-color: rgb(152, 19, 40, 0.1)!important;
  border: 2px solid rgb(152, 19, 40);
}

.btn-success {
    color: #fff;
    background-color: rgb(152, 19, 40, 0.9);
    border-color: rgb(152, 19, 40);
    border:none;
}

.btn-primary {
    color: #fff;
    background-color: rgb(152, 19, 40, 0.7);
    border-color: rgb(152, 19, 40);
    border:none;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}

a:hover {
    color: #0a58ca;
}
a {
    color: rgb(152, 19, 40);
    text-decoration: underline;
}

.btn-secondary {
  background-color: rgb(152, 19, 40, 0.9);
  border: none;
  padding: 8px 28px;

}
/* recover_email.php */

.bg-info {
    background-color: #eee!important;
    color: #000;
}

.text-white {
    color: #000!important;
}

.capcurt {
    width:40px;
}
.capmig {
    max-width:70px;
}
input {
  max-width: inherit;
}
/* caps.php */
body {
  width:100%;
  margin: 0px;
}
.capsal {
    margin-top: 35px;
    margin-bottom:45px;
}
.capsal_diba {
    margin-top: 0px;
    margin-bottom:0px;
}
.capsal_diba .tcaps img {
  max-width: 150px;
  text-align:center;
}
.capsal_diba .tcaps td {
  text-align:center;
  font-size:20px;
}

.tcaps {
width:100%;
}
.tcaps td {
width:20%;
}
.tcaps img{
width:90%;
}
img.surt{
width:25px;
}
/*h2 {
  font-size:18px;
  font-weight: 400;
  }*/
  
.h2diba {
    font-family: Arial;
    color: rgb(152, 19, 40);
    font-size: 32px;
    margin-bottom: 6px;
    margin-top: 8px;
}
p {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px;
}
hr {
  margin: 0px;
  color: rgb(152, 19, 40); 
  border: 0px;
  border-bottom: 1px solid rgb(152, 19, 40);
  }
  
  
.dataTable {
    font-size: 12px;
}


.b3-black {
    margin: 30px;
    color: #fff;
    background-color: #981327;
    
}
.b3-black:hover {
    background-color: #aaa;
}

.b3-btn, .b3-button {
    border: none;
    display: inline-block;
    padding: 10px 18px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.dataTables_info {
  font-size:11px;
  color: #aaa;
}

.dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
}