.centered {
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 100%;
    height: auto;
}

.pane {
    border: 1px solid;
    border-radius: 25px;
    margin: 30px;
    padding: 25px;
}

.side-pane {
    border: 1px solid;
    border-radius: 25px;
    margin-left: 30px;
    margin-top: 30px;
    padding: 25px;
}

.main-pane {
    border: 1px solid;
    border-radius: 25px;
    margin: 30px;
    padding: 25px;
}

.login-button {
    margin: 15px;
}

#login-pane {
    height: fit-content;
    border: 1px solid;
    border-radius: 25px;
    padding-bottom: 20px;
}

.form-group {
    margin: 10px;
}

#login-panel {
    margin-top: -155.5px;
}

#headline {
    margin-top: -61px;
}

#file-upload-form {
    width: 100%;
}

#drop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 25px;
    padding: 25px;
    width: calc(100% - 32px);
    height: fit-content;
    margin: 16px;
    text-align: center;
}

#drop-area.dragover {
    border-color: #000;
}

#drop-content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#drop-content span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

#force-transcript-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#alert {
    margin-top: 15px;
}