.progress_bar {
        margin-top: 20px;
        width: 100%;
        height: 30px;
        border: 2px solid #F21811;
        border-radius: 50px;
        box-sizing: border-box;
    }
    .progress {
        border-radius: 50px;
        height: 100%;
        background-color: #F2211D;
    }
    #drop_file_zone {
        border: #999 5px dashed;
        width: 100%;
        height: 100px;
        font-size: 18px;
        border-radius: 10px;
    }
    #drag_upload_file {
        left: 0;
        width:100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    #drag_upload_file p {
        text-align: center;
    }
    #drag_upload_file #selectfile {
        display: none;
    }