.body {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Centered Upload Box */
.upload-container {
    max-width: 800px;
    margin: 50px auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Styled Buttons */
.btn {
    border-radius: 6px;
    padding: 10px 15px;
    width: 100%;
}

/* File Input */
input[type="file"] {
    background: #fff;
    border-radius: 6px;
    padding: 5px;
}

/* Status Message */
#uploadStatus {
    font-weight: bold;
    padding: 10px;
}

.text-white {
    color: white !important;
}

.login-btn-home {
    width: 50%;
}
