body,
button>div {
    color: white;
}

input,
textarea,
select {
    background: white;
}

label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

button {
    background: #520bdd;
    color: white;
}

.custom-file-upload {
    display: flex;
    align-items: center;
}

.custom-file-upload button {
    border: solid #0b55dd99 2px;
}

#file-name {
    color: white;
}