body {
    margin-top: 70px;
}

[hidden] {
    display: none !important;
}

.upload-new-file {
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress-bars {
    margin: 0;
    padding: 0;
    list-style: none;
}

.progress-bars .filename {
    position: relative;
    bottom: 3px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.passwords-error {
    color:red;
}