body{
    background-color: #F0F0F0;
    color: black !important;
    /* font-family: Arial, Helvetica, sans-serif; */
}
#header{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#content{
background-color: white;
}
.contenedor{
    height: 40em;
    line-height: 1em;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-left: 2px;
    padding-right: 15px;
  }
*{
    margin: 0px;
    padding: 0px;
}

.id-hr{
padding-right:20px;
padding-left:20px;
}
.id-hr hr{
border-color: 1px solid #444444;
}
.btn-table{
    display: flex;
   justify-content: right;
}
/* .table thead th{
    font-size: 10px;
    
}
.table tbody td {
    font-size: 11px;
    
}
.table tbody td a{
    font-size: 10px;
} */
.head-login{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 15px;
}

.head-login div{
    width: 100%;
}
.head-login div img{
    width: 190px;
}
.head-login div h1{
 font-size: 1.5rem;

}
.welcome-login{
    margin-top: 30px;
}
.welcome-login p{
    font-size: 27px;
    font-weight:600;
}
.welcome-login p span{
    font-size: 15px;
    font-weight:lighter;
}
.pd-login{
    padding: 35px;
    padding-top: 15px;
}
.container-login{
    width: 430px;
}
.wrap-content{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    align-content: center;
}
label{
    font-weight: 600;
    font-size: 15px;
}
form div a{
    float: right;
    text-decoration: underline;
    font-size: 15px;
}
form div a{
  margin-top: 5px;
  margin-bottom: 20px;
}
.bg-gradient-primary{
    background-color: #F0F0F0 !important;
    background-image: linear-gradient(180deg,#EFEFEF 10%,#EFEFEF 100%);
}
#collapsePages div
{
    background-color: #D5D5D5 !important;
}
#wrapper ul a{
    color: #444444 !important;
    font-weight: bold;
}
#wrapper ul a i{
    color: #444444 !important;
    font-weight: bold;
}