.login-bg {
    background-color: #ffffff;
}


.birthday-img {
    position: absolute;
    background-position: center center;
    width: 33%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100px;

}

.birthday-label {
    position: absolute;
    z-index: 100;
    left: 30%;
    top: 8%;
    width: 50%;
    text-align: center;
    font-size: 1.8em;
    color: white;
}

.birthday-bg {
    position: absolute;
    z-index: 90;
    width: 100%;
}

.birthday-base {
    position: relative;
    height: 180px;
    display: inline-block;
    width: 100%;
    /* float: left; */
    margin: 0.2rem;
    max-width: 300px;
}

.sales-base {
    position: relative;
    height: 180px;
    width: 300px;
    /*
    float: left;
    margin: 0.2rem 0.4rem;
*/
    display: inline-block;

    background-color: white;
    border-right: solid 5px #62c7c0;
    border-left: solid 5px #dedede;
    border-top: solid 5px #dedede;
    border-bottom: solid 5px #62c7c0;
    zoom: 1;
}

.sales-base:hover {
    zoom: 1;
}

.sales-label-name {
    position: absolute;
    z-index: 100;
    left: 51%;
    top: 25%;
    width: 49%;
    text-align: center;
    font-size: 1.6em;
    color: darkblue;
}

.sales-label {
    position: absolute;
    z-index: 100;
    left: 38%;
    top: 68%;
    width: 62%;
    text-align: center;
    font-size: 1em;
    color: darkblue;
}


.fe-label-name {
    position: absolute;
    z-index: 100;
    left: 51%;
    top: 20%;
    width: 49%;
    text-align: center;
    font-size: 1.8em;
    color: white;
}

.fe-label {
    position: absolute;
    z-index: 100;
    left: 38%;
    top: 63%;
    width: 62%;
    text-align: center;
    font-size: 1.1em;
    color: white;
}

.sales-kpi-label {

    font-size: 1.3em !important;

}

.sales-bg {
    position: absolute;
    z-index: 90;
    width: 290px;
    height: 170px;
}

.sales-img {
    position: absolute;
    background-position: center center;
    width: 160px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: 160px;

}