.upload-progress 
{
    display: none; 
    position: relative; 
    height: 30px;
    margin-bottom:100px;
}
.upload-progress .bar 
{ 
    background-color: #2e73ff; 
    width: 0%; 
    height: 100%; 
}
.upload-progress .percent 
{ 
    position: absolute; 
    display: inline-block; 
    top: 50%; 
    left: 48%;
    transform: translateY(-50%);
    color: #FFFFFF; 
}
