.order-file{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.files-download{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.empty-info{
    background-color: brown !important;
    color: white !important;
    border: 1px solid rgb(119, 31, 31) !important;
}
input[type="file"]{
    margin-bottom: 10px;
}
.order-form{
    width: 60%;
    margin: auto;
}
.order-btn{
    float: right;
}
.file-box, .status, .release-form{
    margin-bottom: 20px;
}
.status{
    width: 50%;
    padding: 10px;
}