.login-bg {
    background-color: #66c7c0;
}

.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: 170px;
    width: 100%;
    max-width: 300px;
    /*
    float: left;
    margin: 0.2rem 0.4rem;
*/
    display: inline-block;

    background-color: #4bdbc2;
/*    border-right: solid 5px #6ec8bc;
    border-left: solid 5px #dedede;
    border-top: solid 5px #dedede;
    border-bottom: solid 5px #6ec8bc;*/
    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.8em;
    color: white;
}

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


.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;

}


.info-box-hidden {
    margin-left: auto;
    width:80px;
    height:80px;
    right:0px;
    overflow: hidden;
    transition: 0.3s;
    transition-delay:5s
}

.info-box-hidden:hover {
    width:100%;
    transition: 0.3s;
}
