.img-header-login{
    max-width: 100px;
    margin: 0 auto;
    padding: 20px 0 10px 20px;
}

.img-header-login img{
    width: 100%;
    text-align: center;
    padding: 2px;
}

.reporte-btn-small, .reporte-btn-small:hover{
    padding: 2px 10px;
    border-radius: 50px;
    background: #008B92;
    color: #FFF;
    text-decoration: none;
}

.reporte-btn-general, .reporte-btn-general:hover, .reporte-btn-general:focus, .reporte-btn-general:active{
    width: 100%;
    background: #008B92;
    border: none;
    outline: none;
}

.reportes-card {
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 5%);
    border: none;
    padding: 20px;
}

.reportes-card-title{
    font-size: 18px;
    font-weight: 600;
}

span.icon {
    font-size: 30px;
    color: #008B92;
}

span.value {
    font-size: 30px;
    font-weight: 500;
}