﻿
.Dashboard .BgDashboard {
    background-color: #DCB596;
    padding: 0;
    height: 250px;
    position: relative;
    margin-bottom:20px;
}

.BgDashboard a {
    display: block;
    height: 250px;
}

    .BgDashboard a span {
        position: absolute;
        font-weight: 800;
        top: 36%;
        font-size: 25px;
        left: 20px;
        text-transform: uppercase;
        color: #414141;
        line-height: 25px;
    }

    .BgDashboard a small {
        position: absolute;
        top: 30%;
        left: 20px;
        letter-spacing: 2px;
        color: #414141;
        text-transform: uppercase;
    }

    .BgDashboard a i {
        color: #805268;
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 60px;
    }
