.signup{
    padding-top: 20px;
    text-align: center;
}

.dashboard-box{
    display: block;
    min-height: 70px;
    background: #fff;
    width: 90%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin: 5px 0px 5px 14px;;
}
.dashboard-box-icon{
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 45px;
    line-height: 65px;
    background: rgba(0, 0, 0, 0.2);
}

.dashboard-box-icon .fa{
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.dashboard-box-content {
    padding: 5px 4px;
    margin-left: 79px;
}

.dashboard-box-text {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-box-number {
    display: block;
    font-weight: 550;
    font-size: 15px;
}