.background-upload-form, .logo-upload-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block-end: 0;
}

.background-label, .logo-label {
    margin-bottom: 10px;
    text-align: center;
}

.background-upload-controls, .logo-upload-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.background-input, .logo-input {
    margin-bottom: 10px;
}

.delete-button-container {
    display: flex;
    justify-content: center;
}

.logo-image, .background-image {
    height: 52px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .background-upload-form, .logo-upload-form {
        padding: 0 5px;
    }
}
