body{
    background: #eff3f6;
}

img{
    max-width: 100%;
}

.boxLogin {
    background: #fff;
}

.boxLogin .header {
    background: #f8fafc;
}

.boxLogin .header img {
    width: 30%;
    margin: auto;
    display: block;
}

.boxLogin .header .title {
    font-size: 20px;
}

label {
    color: #7f8fa4;
    font-size: 14px;
}

.sidebar {
    width: 15vw;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
}

.sidebar nav {
    height: 100vh;
    color: #fff;
}

.box {
    width: 85vw;
    left: 15vw;
    position: absolute;
}

hr.line {
    border-top-color: #fff;
}

.sidebar .nav-link {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
}

.sidebar .nav-link:hover{
    opacity: 1;
}

.tarjeta {
    background: #fff;
}

.tarjeta .title {
    font-size: 20px;
    color: #389096;
}

.tarjeta p.dato {
    font-size: 40px;
}

.tarjeta p.ultimo {
    font-size: 14px;
}

.tarjeta span.subTitle {
    font-weight: bold;
    color: #989898;
}